Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BQN implementation #619

Open
wants to merge 47 commits into
base: master
Choose a base branch
from
Open

BQN implementation #619

wants to merge 47 commits into from

Conversation

dancek
Copy link

@dancek dancek commented Jul 30, 2022

This is an implementation in BQN, a modern array programming language. The code is idiomatic where possible but sometimes overly verbose. Also, parts of the MAL guide forced a non-array-y implementation – but I still followed the guide.

I didn't implement optional functionality; specifically with-meta would be quite annoying to add due to all data types and every match expression needing to be changed accordingly. The language doesn't have builtin support for properties, hashmaps or such.

CBQN is currently the main implementation of the language, and it's the only one supported as documented in README. Adapting to another implementation would be very simple, though, as the _while_ 2-modifier could be implemented in a line of BQN and the terminal goodies are not strictly necessary.

@dancek
Copy link
Author

dancek commented Oct 2, 2022

Anything I can do to get this merged?

@dancek
Copy link
Author

dancek commented Oct 30, 2022

@kanaka is there anything I could do to help get this PR merged?

@dancek
Copy link
Author

dancek commented Dec 21, 2023

Still hoping to get this merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant