I need a compiled language that has built-in compound data structures like lists and maps, excellent libraries like ncurses and SQLite out of the box. Imperative, has a concept of modules and easy c interface.
I don't like c, too barebones. I don't like pascal's syntax. Golang's libraries are too immature. Help /prog/
Name:
Anonymous2012-09-30 20:41
I need a compiled language that has built-in compound data structures like lists and maps
C++ STL, C++ Boost (practically part of the language)
excellent libraries like ncurses and SQLite out of the box
Why does it have to be OOB? Is it so hard to install a couple libraries?
Imperative, has a concept of modules and easy c interface.
C++ doesn't have modules, but the C interface is obviously a given.
I don't like c, too barebones.
That's why you should use C++.
I don't like pascal's syntax. Golang's libraries are too immature. Help /prog/
Use fucking C++.