Reasons to adopt the language:
- A main reason is that Linux is build on C. If you plan to go for the open source community you should adopt same language.
- 2º For low level stuff you need to access memory and you can only do that width pointers which are not available in higher level languagues.
- The speed that the language offers is one of the greatests.
- Stability since is so old you have many things available if one library does not do it there are many others that can do it.
- I personaly don't like entangle languages like javascript and C#. Where your functions have this large objects all entangled...
- Think the family of : PHP and C have a much more clean sintax.
- Since so many things now are in PHP and C hard to say that a new language are going to pass them. The thing that we see is evolution of the languages. New funcionality being added.
There will be a lot of news in things, think width the very nice and simple language like C we can have a stable project or stability, so that the project will be "durable". Or we can put the standards to work to have several projects, working width the same thing. Like you go in to a project you do not know still you can call functions and test things based on this principles.
Think is every thing. hope i will have the files ready for next post, to start to having something for people to work on.
C work space. in C we can work width a workspace which are a few files not include but connected by the linker, this can be a bit confusing since most languages work width includes. No sure if there is update on that on the new norm, to have more compatibility width includes:
ansi c norm is the oldest it give more compatibility
iso 99 is the newest
for problems probably the old is better. for new code and fixes better the new.
No comments:
Post a Comment