https://github.com/apt1002/wobject
https://github.com/apt1002/wobject
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/apt1002/wobject
- Owner: apt1002
- Created: 2022-04-07T14:42:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-21T17:32:28.000Z (over 3 years ago)
- Last Synced: 2025-12-06T07:22:49.802Z (7 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.