Project

syme

0.0
No commit activity in last 3 years
No release in over 3 years
Newspeak is a programming language in the Smalltalk/Self tradition by Gilad Bracha, Peter Ahe, Vassili Bykov, Eliot Miranda, Bill Maddox, and Yaron Kashai. See http://newspeaklanguage.org/. Syme is an implementation of Newspeak that runs on the Rubinius VM.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.5.0
 Project Readme
What is Newspeak?

Newspeak is a programming language in the Smalltalk/Self tradition by Gilad
Bracha,  Peter Ahe, Vassili Bykov, Eliot Miranda, Bill Maddox, and Yaron
Kashai. See http://newspeaklanguage.org/.

Newspeak is still an experimental language. Consequently, documentation for
Newspeak is incomplete. A reference implementation runs in the Squeak system. 
There appear to be two primary references:

  "The Newspeak Programming Platform" May 6, 2008
  "Newspeak Programming Language Draft Specification v0.05" Dec 11, 2009


What is Syme?

Syme is an implementation of Newspeak that runs on the Rubinius VM.

Rather than use the existing Newspeak parser, a bootstrap parser and compiler
using Ruby are being written. The disadvantage of this is the effort to ensure
that the parser matches the current implementation. The advantage is a
bootstrap system for Newspeak independent of Squeak/Smalltalk.