mal icon indicating copy to clipboard operation
mal copied to clipboard

BQN implementation

Open dancek opened this issue 3 years ago • 4 comments

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 avatar Jul 30 '22 14:07 dancek

Anything I can do to get this merged?

dancek avatar Oct 02 '22 15:10 dancek

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

dancek avatar Oct 30 '22 11:10 dancek

Still hoping to get this merged!

dancek avatar Dec 21 '23 09:12 dancek