Skip to content

Instantly share code, notes, and snippets.

@unionx
Created November 22, 2011 23:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unionx/1387344 to your computer and use it in GitHub Desktop.
Save unionx/1387344 to your computer and use it in GitHub Desktop.
My Programming Language

My Programming Language

The language is a lisp dialect.

Syntax

The language is based on Lisp, but not Common Lisp. It’s core is small and concise.

Standard Library

A stable and rich standard library is provided, and it will fulfill most demand.

Virtual Machine

Both compiler and interpreter are provided.

Algorithms

Regular Expressions and Strings: fast, like Perl/awk/sed/grep, not Python.

@liweinan
Copy link

liweinan commented Dec 3, 2011

sounds like ruby

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment