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

Compiled language for standalone applications

Name: Anonymous 2012-09-30 12:07

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: Anonymous 2012-09-30 23:56

>>24
How about the fact that C has no generics. I could live without ``objects'' honestly, but having to re-write a million different versions of the same data structure is shitty. Also C has no namespaces.

Name: Anonymous 2012-10-01 1:01

>>25
C has no namespaces
So don't generate collisions then. foo_x is not so much more to type than just x, and I see sepples programmers constantly using std:: all over the place anyway. It's just not that big of an issue.

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