Dao, a New Programming Language Supporting Advanced Features With Small Runtime
New submitter NeoHermit writes "This language (Dao) has never been mentioned on Slashdot before, but it might be interesting to many people here. As it has recently become feature-complete and just made its first beta release, it may be the right time to mention it here. Dao is an optionally-typed programming language that supports many advanced features with a small runtime. The feature list is probably as long as that of Python, but they are supported by a much smaller runtime (somewhere between Lua and Python, but closer to Lua). Besides optional typing, the other major features that worth mentioning include: built-in support for concurrent programming for multicore computers, very friendly C programming interfaces for embedding and extending, a LLVM-based JIT compiler, a Clang-based module for embedding C/C++ codes in Dao, and a Clang-based tool for automatic binding generation from C/C++ header files. You can also see many familiar features from other languages."
It's basically Go with fewer features, next!
Monstar L
Someone better go dig Strousoup out because he ain't dead, yet.
So if Dao is optionally typed, what are the other programming input options? Voice input? Graphical point n click input?
Sttroustrup ( you know youm could have gotten the name right )
You sure you wanna be correcting folks?
The Dao that is feature-complete is not the true Dao.
sub f{($f)=@_;print"$f(q{$f});";}f(q{sub f{($f)=@_;print"$f(q{$f});";}f});
"concurrent programming" to me could even mean using two keyboards.
Best misdefinition ever.
"First they came for the slanderers and i said nothing."
That's called "agile".
sub f{($f)=@_;print"$f(q{$f});";}f(q{sub f{($f)=@_;print"$f(q{$f});";}f});