https://github.com/bsfishy/boa
language design notes
https://github.com/bsfishy/boa
Last synced: 12 months ago
JSON representation
language design notes
- Host: GitHub
- URL: https://github.com/bsfishy/boa
- Owner: BSFishy
- Created: 2025-01-16T20:05:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-22T02:55:44.000Z (over 1 year ago)
- Last Synced: 2025-03-09T23:41:40.882Z (over 1 year ago)
- Language: Zig
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# boa
boa is a language i am currently designing. not yet at the stage of
implementation, but just working through how the language will work from the
design perspective. things like how apis should look and function, standard
library, language features, etc.
at this point in time, this repo is purely for notes and experimentation with
what the language looks like. eventually, i'll get to the point where i
implement it, which will most likely be in this repo, but for now it's just
design and notes.
also, the name `boa` is a placeholder for now. i cant really think of a name
that i really like, but boa popped into my head the other day, so i'll stick
with it until i come across something that feels better to me.