Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-08 | Less IO | Marvin Borner | |
2023-03-07 | Fixed unsafe randomness and optimization | Marvin Borner | |
Enabling optimization greatly improved reduction times (obviously). Will investigate further optimizations in the future. | |||
2023-03-07 | Added logo to readme | Marvin Borner | |
2023-03-07 | Added language annotation | Marvin Borner | |
2023-03-07 | Useful additions | Marvin Borner | |
hehe | |||
2023-03-07 | Added a few advent of code solutions | Marvin Borner | |
2023-03-06 | Started AVL tree implementation | Marvin Borner | |
2023-03-05 | Switched to prefixed listification | Marvin Borner | |
2023-03-05 | More samples | Marvin Borner | |
2023-03-05 | Way faster recursive show | Marvin Borner | |
2023-03-05 | Made stdin and argument conversion lazy | Marvin Borner | |
2023-03-05 | Monadic list/io interface | Marvin Borner | |
2023-03-04 | More efficient mst functions | Marvin Borner | |
2023-03-04 | Added box functions | Marvin Borner | |
Very helpful for some data structures | |||
2023-03-04 | More efficient math functions | Marvin Borner | |
2023-03-04 | Added odd/even functions | Marvin Borner | |
2023-03-04 | Fixed pi algorithm | Marvin Borner | |
2023-03-03 | Added pair humanificator | Marvin Borner | |
2023-03-03 | Added second part of aoc and needed functions | Marvin Borner | |
Also, I don't know how I got 30s for the first part previously. Cannot reproduce and probably was a mistake. idk | |||
2023-03-03 | Faster string breaking | Marvin Borner | |
2023-02-28 | Fixed weird sorting on some linux systems | Marvin Borner | |
2023-02-28 | Additions to std/ | Marvin Borner | |
2023-02-26 | Added IO samples | Marvin Borner | |
2023-02-26 | More std functions | Marvin Borner | |
2023-02-26 | Docs improvements | Marvin Borner | |
2023-02-26 | Added more unary functions | Marvin Borner | |
2023-02-25 | Added font and fixed responsiveness | Marvin Borner | |
2023-02-25 | Removed unimplemented options | Marvin Borner | |
2023-02-25 | Added documentation/website | Marvin Borner | |
2023-02-25 | Fixed wrong input syntax | Marvin Borner | |
2023-02-24 | Added code samples | Marvin Borner | |
2023-02-24 | Added more string/char functions | Marvin Borner | |
2023-02-24 | Fixed readme formatting | Marvin Borner | |
2023-02-24 | More reasonable defaults for REPL/editors | Marvin Borner | |
2023-02-24 | Fixed minor errors in broogle | Marvin Borner | |
2023-02-24 | Moved license/readme | Marvin Borner | |
2023-02-24 | Moved number implementations | Marvin Borner | |
2023-02-24 | Humanification of lists | Marvin Borner | |
2023-02-24 | More functions for new representations | Marvin Borner | |
2023-02-23 | More humanification | Marvin Borner | |
2023-02-23 | Added watch command | Marvin Borner | |
2023-02-23 | Added free command (doesn't really work though) | Marvin Borner | |
2023-02-23 | Added time instruction | Marvin Borner | |
2023-02-23 | Added unary/binary encoding suffixes | Marvin Borner | |
2023-02-23 | Fixed unbound variable error | Marvin Borner | |
2023-02-23 | Additions to standard library | Marvin Borner | |
Mainly new binary encoding and corresponding functions | |||
2023-02-23 | Fixed and typed result/option monads | Marvin Borner | |
2023-02-23 | Added more types | Marvin Borner | |
2023-02-22 | Added types for most combinators | Marvin Borner | |
2023-02-21 | Standard library sync | Marvin Borner | |
2023-02-21 | Implemented RKNL in Haskell | Marvin Borner | |
2023-02-20 | Removed typechecking | Marvin Borner | |
Well, it's unnecessary complexity :D I might add checking again in the future, but you'll need to typecheck in your head for now. | |||
2023-01-04 | Added broogle | Marvin Borner | |
best name amirite | |||
2022-10-29 | huh | Marvin Borner | |
2022-10-16 | Started typing | Marvin Borner | |
not like i've been typing for a long time lol | |||
2022-09-10 | Switched to abbreviations | Marvin Borner | |
2022-09-02 | Improved mst/last performance | Marvin Borner | |
2022-09-01 | More work on division | Marvin Borner | |
2022-09-01 | Started division functions | Marvin Borner | |
2022-08-31 | Even more unicodes | Marvin Borner | |
2022-08-31 | More functions | Marvin Borner | |
2022-08-31 | Unicodification | Marvin Borner | |
I like unicode, sorry if you have a different opinion | |||
2022-08-30 | Fixed prefix/mixfix usage as singleton function | Marvin Borner | |
2022-08-30 | Fixed mixfix matching | Marvin Borner | |
2022-08-29 | Added snippets | Marvin Borner | |
2022-08-29 | Started mixfix chaining | Marvin Borner | |
2022-08-26 | General std improvements | Marvin Borner | |
2022-08-23 | Added advanced suggestion AI | Marvin Borner | |
blockchain soon | |||
2022-08-23 | Allowed some unicode chars | Marvin Borner | |
2022-08-22 | Fixed execution of multiple commands and removed :print | Marvin Borner | |
2022-08-22 | Fixed leaking imports | Marvin Borner | |
2022-08-22 | Fixed namespace prefix of infix/prefix functions | Marvin Borner | |
2022-08-21 | Improved README | Marvin Borner | |
2022-08-21 | Moved Environment to Map | Marvin Borner | |
2022-08-21 | Added import caching | Marvin Borner | |
2022-08-20 | Parser shenanigans | Marvin Borner | |
2022-08-20 | Started math library | Marvin Borner | |
2022-08-19 | General improvements | Marvin Borner | |
2022-08-19 | Fixed BLC | Marvin Borner | |
2022-08-18 | Fixed fromBinary | Marvin Borner | |
2022-08-18 | Reduced redundant testing | Marvin Borner | |
2022-08-17 | Added input instruction | Marvin Borner | |
2022-08-17 | Many additional functions | Marvin Borner | |
2022-08-16 | More special chars | Marvin Borner | |
2022-08-16 | Std improvements | Marvin Borner | |
very descriptive as always :D I honestly don't know though | |||
2022-08-16 | Enhanced examples | Marvin Borner | |
2022-08-15 | List implementation improvements | Marvin Borner | |
2022-08-15 | General std cleanup | Marvin Borner | |
2022-08-15 | Improved README | Marvin Borner | |
2022-08-15 | Arithmeticity | Marvin Borner | |
2022-08-15 | Combinator replacements | Marvin Borner | |
2022-08-15 | Fixed benchmark syntax | Marvin Borner | |
2022-08-13 | Bird combinators | Marvin Borner | |
2022-08-13 | Minor improvements | Marvin Borner | |
2022-08-12 | Added prefix support | Marvin Borner | |
Needs some work regarding namespaces | |||
2022-08-12 | Added infix operator support | Marvin Borner | |
This isn't compatible with the :test .. = .. syntax, therefore I removed it. They also don't have custom precedence/associativity support and aren't chainable right now. | |||
2022-08-10 | Extestation and humanification | Marvin Borner | |
2022-08-10 | Added syntactic sugar for strings & chars | Marvin Borner | |
2022-08-10 | Context, errors and IO | Marvin Borner | |
2022-08-09 | Added import loop error | Marvin Borner | |