Hoc

Hoc 9.2

Hoc (short from High Order Calculator) is an interpreted language for floating-point calculations. Its most basic use is as a powerful and convenient calculator, interactively evaluating expressions such as 1+2*sin(0.7). But hoc is no ordinary calculator:...

KBasic

KBasic 1.87

KBasic is made up of the following programs: + a development environment with visual form designer and menubar designer + an interpreter + a compiler + an archiver + a graphical user interface component.It is possible to develop Qt applications with well...

g95

g95 0.91

g95 project's goal is to create a free, open source Fortran 95 compiler. The code has been donated to the Free Software Foundation for inclusion in GCC, the Gnu Compiler Collection.G95 is still in a beta state. G95 can compile most fortran 90/95 programs...

Snake

Snake 0.2

Snake is yet another Make-like utility, written in Python and inspired by Rake.Usage ExampleIn a directory with snakefile.py containing such code:from snake.api import *@taskdef hello(): print("Hello World!")task('default', deps=hello)one could...

TinyPie

TinyPie 0.2

TinyPie is a tree-based interpreter for a simple programming language with a Python-like syntax. It executes source code by constructing Abstract Syntax Tree(AST) and walking the tree.It's based on Pie language from 'Language Implementation...

Exscript

Exscript 2.1

Exscript is a scripting language for automating network connections over protocols such as Telnet or SSH. Exscript is in some ways comparable to Expect, but has some unique features that make it a lot easier to use and understand for...

Ubucompilator is a software that can be used to compile, install and create a .deb file. This program is written in Gambas.What is new in this release:New logo Now it's possible to edit the control file by your favourite text editor Removed the icons...

Chapel

Chapel 1.3.0 Pre-Alpha

Chapel is a new parallel programming language being developed by Cray Inc. as part of the DARPA-led High Productivity Computing Systems program (HPCS). Chapel is designed to improve the productivity of high-end computer users while also serving as a...

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...