Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thosakwe/bullseye
[WIP] A pure functional language that compiles to Dart.
https://github.com/thosakwe/bullseye
compiler dart functional-programming programming-language
Last synced: about 2 months ago
JSON representation
[WIP] A pure functional language that compiles to Dart.
- Host: GitHub
- URL: https://github.com/thosakwe/bullseye
- Owner: thosakwe
- License: apache-2.0
- Created: 2018-12-02T04:37:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-15T01:23:14.000Z (over 3 years ago)
- Last Synced: 2024-11-02T00:42:20.260Z (about 2 months ago)
- Topics: compiler, dart, functional-programming, programming-language
- Language: Dart
- Homepage: https://pub.dev/packages/bullseye_lang
- Size: 270 KB
- Stars: 80
- Watchers: 8
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bullseye-lang
A pure functional language that compiles to Dart.This project has been revived (it had been dead since 2019), but is still very
much a work in progress. There is nothing you can run just yet, as I'm focused
on creating, testing, and documenting the type system at this point.## Contributing
This repository isn't in a presentable state right now, but if you're
interested in getting involved, contact me.You are likely a good fit if one of the following statements is true:
* You've always wanted to make a compiler
* You like Dart a lot
* You're enthusiastic about functional programming