Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.441.586 Times

The Interpreter freeware
Filter: All | Freeware | Demo
 

The Interpreter

< 1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 447

Seed7 05_20090705 It contains concepts from other programming languages, but it's not considered as a direct descendant from any other language. In Seed7, new statements and operators can be declared easily. Functions with type results and type parameters are more elegant than a template or generics concept.Object...



Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (61): Seed7 05_20090705 Download

Added: June 15, 2013 | Visits: 384

uibutton: GUI pushbuttons with better labels Have you ever wanted to create a pushbutton uicontrol containing a Greek letter, some other mathematical expression or even just a multi-line label? This function will do it for you. It is very easy to use as it accepts all the same arguments as uicontrol with the addition of the Interpreter...





Platforms: Matlab

License: Freeware Size: 10 KB Download (43): uibutton: GUI pushbuttons with better labels Download

Added: September 08, 2013 | Visits: 346

Relational Algebra Evaluator The idea behind the Relational Algebra project is that it is easier to understand relational algebra if you can experiment with the different operators. I looked at some of my solutions and thought 'if only I could just run this with some test data to see if it works'. The interpreter handles...


Platforms: Mac

License: Freeware Size: 81.92 KB Download (43): Relational Algebra Evaluator Download

Added: October 11, 2013 | Visits: 425

Seed7 for linux Seed7 is a general purpose programming language designed by Thomas Mertes. It is a higher level language compared to Ada, C/C++ and Java. The Seed7 interpreter and the example programs are open-source software. There is also an open-source Seed7 compiler. The compiler compiles Seed7 programs to C...


Platforms: *nix

License: Freeware Size: 1.57 MB Download (37): Seed7 for linux Download

Added: September 07, 2013 | Visits: 495

Tensor Tensor is a program written in Ruby that helps provide an estimate on the cost of change on test source code based on a radical change in design on production source code, especially around branch execution code. It works with the JRuby interpreter also on Windows and Linux/Unix platforms....


Platforms: *nix

License: Freeware Size: 870.4 KB Download (36): Tensor Download

Added: January 01, 2010 | Visits: 1.067

Nasal Nasal is a language that I wrote for use in a personal project. Ostensibly it was because I was frustrated with the dearth of small-but-complete embeddable scripting languages, but of course I really wrote it because it was fun. It is still young and incomplete in a few places, but is under...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (99): Nasal Download

Added: May 26, 2010 | Visits: 848

Quasi Quasi project is a Python shell which supports pluggable "contexts" for non-Python commands, such as OS commands, MySQLdb queries and external programs. The smart-eyed reader will have noticed the use of the built-in quoted() method in the examples above. There are a number of these that are...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (92): Quasi Download

Added: October 25, 2010 | Visits: 1.672

2E Programming Language 2E Programming Language (two es, as in ee, or expression evaluator) is a simple algebraic syntax language. It natively supports expressions (composed of operators and operands), and function definitions, and basically nothing else. Therefore, it can be fairly straight-forward to learn (assuming...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (108): 2E Programming Language Download

Added: August 19, 2010 | Visits: 877

MPI Ruby MPI Ruby is a Ruby binding of MPI. MPI Rubys primary goal in making this binding was to make the power of MPI available to Ruby users in a way that fits into the languages object oriented model. In order to do this, the buffer and datatype management necessary in the C, C++, and Fortran...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (104): MPI Ruby Download

Added: June 12, 2010 | Visits: 1.721

PATH programming language PATH is a very different programming language than what you are probably used to if youre an average programmer. If youve programmed in the language Brainf*ck, youll recognize the memory cell architecture. Also, Befunge programmers will recognize the two-dimensional way that PATH programs are...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (96): PATH programming language Download

Added: November 23, 2010 | Visits: 1.058

Python Hypertext Preprocessor PyHP is a system to embed Python code in an HTML document in a way similar to how PHP works. PyHP allows use of the Python programming language in scripts similar to PHP. PyHP uses the Python 2.0 language to parse elements embedded in an HTML page. When I started this, I was enamoured with PHP....


Platforms: *nix

License: Freeware Size: 15.36 KB Download (97): Python Hypertext Preprocessor Download

Added: February 01, 2010 | Visits: 668

Guile Guile is a library designed to help programmers create flexible applications. Using Guile in an application allows programmers to write plug-ins, or modules (there are many names, but the concept is essentially the same) and users to use them to have an application fit their needs. There is a...


Platforms: *nix

License: Freeware Size: 3.5 MB Download (98): Guile Download

Added: April 05, 2010 | Visits: 840

mod_speedycgi mod_speedycgi speeds up perl scripts by running them persistently. SpeedyCGI is a way to run perl scripts persistently, which can make them run much more quickly. A script can be made to to run persistently by changing the interpreter line at the top of the script from: #!/usr/bin/perl to...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (105): mod_speedycgi Download

Added: August 03, 2010 | Visits: 969

CGI::SpeedyCGI SpeedyCGI is a Perl module to speed up perl scripts by running them persistently. SYNOPSIS #!/usr/bin/speedy ### Your Script Here. For example: print "Content-type: text/htmlnnHello World!n"; ## ## Optionally, use the CGI::SpeedyCGI module for various things ## # Create a SpeedyCGI...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (92): CGI::SpeedyCGI Download

Added: January 18, 2010 | Visits: 1.508

B::Generate B::Generate is a Perl module which you can create your own op trees. SYNOPSIS use B::Generate; # Do nothing, slowly. CHECK { my $null = new B::OP("null",0); my $enter = new B::OP("enter",0); my $cop = new B::COP(0, "hiya", 0); my $leave = new B::LISTOP("leave", 0, $enter, $null);...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (98): B::Generate Download

Added: October 22, 2010 | Visits: 1.448

stephanie stephanie is a program for hardening OpenBSD for multiuser environments. Mmmmm, OpenBSD. Functional, secure, free. With an emphasis on security and integrated cryptography, it carries an excellent reputation for plain old "you-just-cant-hack-this-ness". Not perfect, but nothing is, at least...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (95): stephanie Download

Released: October 30, 2013  |  Added: November 17, 2013 | Visits: 1.345

Agena Agena is an easy-to-learn procedural programming language designed to be used in scientific, educational, linguistic, and many other applications, including scripting. Its syntax looks like very simplified Algol 68 with elements taken from Lua and SQL. The interpreter provides fast real...


Platforms: Windows, Windows 7

License: Freeware Size: 3.13 MB Download (108): Agena Download

Released: August 15, 2012  |  Added: August 15, 2012 | Visits: 326

MicroScala MicroScala, or µScala, is designed as a simple functional programming language whose syntax resembles that of Scala. The µScala distribution includes a parser and interpreter implemented in Scala. The parser is written entirely using Scala's parser combinators in less than 100 lines of code,...


Platforms: Windows

License: Freeware Download (50): MicroScala Download

Released: August 25, 2012  |  Added: August 25, 2012 | Visits: 250

SNUSP SNUSP (SNUSP's Not Unix but a Structured Path) is a 2D programming language. It is similar to BF. There are 3 versions of the language: Core SNUSP, Modular SNUSP, and Bloated SNUSP. To learn more about SNUSP go to http://esolangs.org/wiki/SNUSP. This interpreter plans to implement all 3 versions...


Platforms: Windows, Mac, Linux

License: Freeware Size: 8.71 KB Download (47): SNUSP Download

Added: May 10, 2013 | Visits: 727

SimTor SimTor is an easy authoring tool for creating interactive application-courses. It supports the development-workflow (scripting, capturing and adding interaction). The result is an xml-database, bitmaps and a flash-engine. The tool is writen in python, apart from the flash-engine, which will be...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (55): SimTor Download

< 1 2 3 4 5 >