↓
 

Programming languages for the Java Virtual Machine JVM and Javascript

Home→Tags Lisp - Page 4 << 1 2 3 4

Tag Archives: Lisp

Post navigation

Newer posts →

Scheme package

Programming languages for the Java Virtual Machine JVM and Javascript Posted on 8. November 2009 by Robert Tolksdorf8. November 2009

The Scheme package is a Java library implementation of the scheme language. It is designed so that you can easily use it in a Java application or applet to make it extensible.

URL: http://www.inria.fr/koala/shillion/sp/index.html

Posted in JVM Language | Tagged Lisp, Scheme

Lisp

Programming languages for the Java Virtual Machine JVM and Javascript Posted on 8. November 2009 by Robert Tolksdorf19. January 2016

A small Lisp implementation in Java

URL: http://www.cs.umb.edu/%7Ebill/java/local-textcode/JavaByExample/applications/Lisp/

Posted in JVM Language | Tagged Lisp

Bigloo

Programming languages for the Java Virtual Machine JVM and Javascript Posted on 8. November 2009 by Robert Tolksdorf8. November 2009

Bigloo is a Scheme implementation devoted to one goal: enabling Scheme based programming style where C(++) is usually required. Bigloo attempts to make Scheme practical by offering features usually presented by traditional programming languages but not offered by Scheme and functional programming. Bigloo compiles Scheme modules. It delivers small and fast stand alone binary executables. Bigloo enables full connections between Scheme and C programs, between Scheme and Java programs, and between Scheme and C# programs. (Use the version flagged as “Win32 precompiled version relying exclusively on the JVM back-end” for JVM version. Please inform me if you detect problems with its execution on platforms other than Win32. RT)

URL: http://www-sop.inria.fr/mimosa/fp/Bigloo/bigloo.html

Posted in JVM Language | Tagged Lisp, Scheme

SISC

Programming languages for the Java Virtual Machine JVM and Javascript Posted on 8. November 2009 by Robert Tolksdorf5. February 2016

SISC is an extensible Java based interpreter of the algorithmic language Scheme. SISC is a complete implementation of the language. The entire R5RS Scheme standard is supported. SISC can also interface with Java through a bridge module called J2S.

URL: http://sisc.sourceforge.net/

Posted in JVM Language | Tagged Lisp, Scheme

Jatha

Programming languages for the Java Virtual Machine JVM and Javascript Posted on 8. November 2009 by Robert Tolksdorf20. January 2016

Jatha is a Java library that implements a fairly large subset of Common LISP, including most of the datatypes (e.g. packages, bignums) and their associated methods. The API allows programmatic access to LISP from Java, either using an eval() method or using Java methods. Additional LISP primitives can be written in Java and registered at runtime to be used in the LISP interpreter.

URL: http://jatha.sourceforge.net/

Posted in JVM Language | Tagged Lisp

Clojure

Programming languages for the Java Virtual Machine JVM and Javascript Posted on 8. November 2009 by Robert Tolksdorf5. February 2016

Clojure is a dynamic programming language designed to be general-purpose, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. Clojure compiles directly to JVM bytecode. Clojure is a dialect of Lisp, and shares with Lisp the code-as-data philosophy and a powerful macro system. Clojure is predominantly a functional programming language,and features a rich set of immutable, persistent data structures.

URL: http://clojure.sourceforge.net/

Posted in JVM Language | Tagged Clojure, Functional, Lisp

LispScript – Lisp to Javascript compiler

Programming languages for the Java Virtual Machine JVM and Javascript Posted on 19. July 2009 by Robert Tolksdorf19. July 2009

This adds an interesting flavour to all the Lisps in JavaScript. LispScript is a Common Lisp program that translates Lisp programs into Javascript. It’s extremely simple at the moment, but has support for basic arithmetic functions, defun, IF, macros, and LET. It currently works with CLISP.

URL: http://lispscript.sourceforge.net/

Posted in JavaScript language | Tagged Lisp

Yet another Lisp Interpreter in JavaScript

Programming languages for the Java Virtual Machine JVM and Javascript Posted on 19. July 2009 by Robert Tolksdorf19. July 2009

Here is yet another Lisp interpreter. It would be interesting to see some comparison amongst the ones referenced here.

URL: http://www.parkscomputing.com/2005/02/lisp-interpreter-in-javascript.html

Posted in JavaScript language | Tagged Lisp

JavaScript Lisp Interpreter

Programming languages for the Java Virtual Machine JVM and Javascript Posted on 19. July 2009 by Robert Tolksdorf19. January 2016

The choice of instructions and some of the implementations of the composite functions were taken from Roger Rohrbach’s Lisp in Awk interpreter. The syntax is standard, and only integer arithmetic is available. Primarily because it is easy to implement, scoping is dynamic as in original Lisp and unlike modern Lisp or Scheme.

URL: http://www.joeganley.com/code/jslisp.html

Posted in JavaScript language | Tagged Lisp

js-scheme: A Scheme interpreter written in JavaScript

Programming languages for the Java Virtual Machine JVM and Javascript Posted on 19. July 2009 by Robert Tolksdorf19. July 2009

js-scheme is a Scheme interpreter written in JavaScript.

URL: http://code.google.com/p/js-scheme/

Posted in JavaScript language | Tagged Lisp, Scheme

Post navigation

Newer posts →

Tags

ASN.1 Assembler AWK Basic Beans Clojure Cobol concurrency contracts Forth Functional generics Haskell Imperative jass Java extension JavaFX JavaScript Lisp Logic programming Logo Lua multiple inheritance Object-oriented OO Pascal Perl PHP polymorphism Precompiler Processing Prolog Prototypes Python Ruby rules Scala Scheme Scripting Smalltalk Tcl Various XML XProc XSLT

Recent Posts

  • Haxe
  • Processing.js
  • Gremlin
  • Blockly
  • substandard-lisp

Categories

  • Announcement
  • JavaScript language
  • JVM Language
  • Link broken
©2018 - Programming languages for the Java Virtual Machine JVM and Javascript
↑