User:Joseph Novakovich

From J Wiki
Jump to navigation Jump to search

Blissfully writing J since december 2019.

J related code

  • bonsai - J script that benchmarks sentences and estimates some statistics about the results.
  • joggle - J script that generates & solves boggle boards.
  • jpl-mode - major mode for J in emacs. It is also something of a J frontend, using emacs' dynamic modules to link with the J engine directly. There's also some added functionality for using viewmat and plot within emacs, though it's all still rough around the edges.
  • j-chess - Represent chess positions in J & parse SAN, UCI, and FEN formats.
  • J-esquisse - Various sketches and snippets.
  • chess-clock - Chess clock application using JQT.
  • jitters - Typing speed test in J using ncurses and Shakespeare sonnets.
  • jsv - Small csv parser in J using its mealy machine dyad ;:
  • jexp - Parse S-expressions in J to a tree repesented by a depth vector.
  • jcolor - Color picker with JQT.