nesC

nesC 1.3

nesC is an extension to the C programming language designed to embody the structuring concepts and execution model of TinyOS. TinyOS is an event-driven operating system designed for sensor network nodes that have very limited resources (e.g., 8K bytes of...

Nimrod

Nimrod 0.9.2

Nimrod is an open source, free, statically typed, imperative programming language designed to support procedural, object-oriented, generic and functional programming styles, while remaining efficient and simple.Nimrod is able to abstract syntax tree (AST)...

Node.js

Node.js 10.7.0 updated

Node.js is an open source and completely free software that empowers web developers to build scalable and fast network programs. Being based on Chrome's JavaScript runtime, the Node.js software is extremely efficient and lightweight, especially...

nwcc

nwcc 0.8.2

nwcc is a small C compiler for Unix systems that I wrote in my freetime, for fun and to prove to myself that I could. I started the project in August 2003, but because I had a job and a life and a few other hobby code projects, it took me until autumn...

o42a

o42a 0.2.8

o42a is an open source, high-level and general purpose programming language software that can be described as compiled, statically-typed, prototype-based,  logic-driven, and primarily declarative.o42a is powerful, yet restrained, semantics, and uses...

Octave

Octave 2.0.17

GNU Octave project is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments using a...

ooc

ooc 0.2

ooc is an object-oriented programming language which translates to C by the means of an intermediate compiler. It can then be compiled by a C compiler such as gcc. E.g. it supports classes, abstract functions, foreaches, etc. It intends to be modern,...