Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

.

Name: Anonymous 2012-02-03 21:40

There are no good C-like interpreted languages, /prog/. I plan to design a new language with the following features:

* C-like in syntax
* statically typed, not dynamically typed
* strongly typed, not weakly typed
* interpreted in the main implementation, but compilers are possible
* functions are first class objects
* classes, none of that duck typing shit
* basic data structures like vectors, lists, etc. are included, unlike in C
* templates for generic programming

Name: Anonymous 2012-02-03 23:19

>>35
Development time. C doesn't have generic programming (emulating it through void pointers or the preprocessor is disgustingly bad), data structures (who wants to keep implementing vectors, lists and trees over and over again?) or decent string manipulation.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List