Skip to content

post–Black-Friday release

Latest
Compare
Choose a tag to compare
@betaveros betaveros released this 28 Nov 23:50
· 7 commits to master since this release

If I get around to the same festive coding challenge that's always this time of year. You guessed it.

  • Complex numbers! Trailers and built-ins often end in j.
  • Short blocks! If your block just has two or three tokens, you can delimit it with a single starting character.
  • One-shot input triggers that read a list of tokens, once! We probably put this off unnecessarily long, it helps too much.
  • Balanced mod
  • Block composition
  • Clamped substraction
  • Deeply vectorizing min and max
  • Golf aliases
  • Hoard extending
  • Improve case statements to use block predicates; add an assertion statement using the same idea.
  • Index cyclically
  • Left/right add spaces and add
  • Lots of trailer tweaks
  • Neighbor-finding for coordinates
  • Product trailer; make sum trailer deep
  • Reject trailer with j; count-not trailer
  • Type predicates
  • unemap, flipped enumap