Nim (programming language)
Nim is a statically typed, imperative programming language with a powerful macro system that tries to give the programmer ultimate power without compromises on runtime efficiency.
D is a language with C-like syntax and static typing. It pragmatically combines efficiency, control, and modeling power, with safety and programmer productivity.
d is a language with clike syntax and static typing. it pragmatically combines efficiency, control, and modeling power, with safety and programmer productivity.
convenience
d allows writing large code fragments without redundantly specifying types, in the style of dynamic languages. yet static inference deduces types and other code properties, giving the best of both the static and the dynamic worlds. automatic memory management makes for safe, simple, and robust code. d also supports scoped resource management (aka the raii idiom) and scope statements for deterministic transactional code that is easy to write and read. builtin linear and associative arrays, slices, and ranges make daily programming simple and pleasant for tasks small and large.
High Level Object oriented Language Functional Language Contract programming Multiparadigm
programming high-level object-oriented-language programming-language functional-language contract-programming multiparadigm
Nim is a statically typed, imperative programming language with a powerful macro system that tries to give the programmer ultimate power without compromises on runtime efficiency.
Free Open Source Mac OS X Windows Linux BSD
F# is a succinct, expressive and efficient functional and object-oriented language for .NET which helps you write simple code to solve complex problems.
Free Open Source Mac OS X Windows Linux BSD
Squirrel is a high level imperative, object-oriented programming language, designed to be a light-weight scripting language that fits in the size, memory bandwidth, and...
Free Open Source Mac OS X Windows Linux FreeBSD
Programming language with Ruby-like syntax that compiles to efficient native code.
Free Open Source Mac OS X Linux
The X10 programming language is organized around four basic principles of asynchrony, locality, atomicity, and order that are developed on a type-safe, class-based...
Free Open Source Mac OS X Windows Linux