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

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

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

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

Fortress is a new programming language designed for high-performance computing (HPC) with high programmability.The Fortress reference interpreter is released under a BSD License. Other software included in the distribution bears various open source...

JarBuilder

JarBuilder 0.8.0

JarBuilder is a useful tool for Java programmers which allows you to easily create jar files. It is written in Java providing a nice Swing GUI.Although JarBuilder isn't programmed as a classic wizard, java programmers are able to build their own jar files...

pdftools

pdftools 0.37

pdftools project contains Python classes for reading Portable Document Format (PDF) files and interpreting their contents.Developer commentsI have written some classes in Python for reading Portable Document Format (PDF) files and interpreting their...

wwlisp

wwlisp 8.2.3

wwlisp is an interpreted programming language for application development and scripting which can be used for developing stand-alone programs, shells scripts or can be embedded in another program. wwlisp is a concise object oriented dialect of the Lisp...