Skip to content

Instantly share code, notes, and snippets.

@unionx
Created November 22, 2011 23:06
Show Gist options
  • Select an option

  • Save unionx/1387344 to your computer and use it in GitHub Desktop.

Select an option

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

liweinan commented Dec 3, 2011

Copy link
Copy Markdown

sounds like ruby

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