An open API service indexing awesome lists of open source software.

https://github.com/apt1002/wobject


https://github.com/apt1002/wobject

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

          

# WObject

An experiment in implementing a high-level language on top of a low-level
language. The low-level language is untyped Lambda Calculus with atoms and
hashtables from atoms. The high-level language has macros, functions, a static
type system, and objects.

This is not meant to be a realistic language. For example, it has no numbers
or arithmetic. The experiment focuses on the relationship of the two languages.