|
573 | 573 | ====
|
574 | 574 |
|
575 | 575 | * 👍 [cl-yaml](https://github.com/eudoxia0/cl-yaml.git) - a YAML parser and emitter built on top of libyaml. [MIT][200].
|
| 576 | + * an active fork: [cl-RemiYaml](https://nanako.mooo.com/fossil/cl-remiyaml/index) with a few fixes. Not a drop-in replacement. |
576 | 577 | * [nyaml](https://github.com/jasom/nyaml) - A lisp native YAML parser. MIT.
|
577 | 578 | * [cl-yacclyaml](https://github.com/mabragor/cl-yaclyaml) - a pure lisp YAML processor (loader, but not yet dumper). [GPL3][2].
|
578 | 579 |
|
@@ -714,6 +715,9 @@ Typing
|
714 | 715 | ------
|
715 | 716 |
|
716 | 717 | * 👍 [Coalton](https://github.com/coalton-lang/coalton/) - an efficient, statically typed functional programming language that supercharges Common Lisp. [MIT][200].
|
| 718 | + * [flime](https://github.com/fukamachi/flime) - Real-time, project-wide Coalton compilation with isolated processes for LSP integration. [MIT][200]. |
| 719 | + * [tokyo-tojo-json](https://github.com/tojoqk/tokyo.tojo.json) - a JSON parser implemented in Coalton. |
| 720 | + * [coalton-threads](https://github.com/garlic0x1/coalton-threads) - primitive thread and concurrency operations for Coalton. |
717 | 721 | * 👍 [trivial-types](https://github.com/m2ym/trivial-types) - provides missing but important type definitions such as `proper-list`, `association-list`, `property-list` and `tuple`. [LLGPL][8].
|
718 | 722 | * [defstar](https://bitbucket.org/eeeickythump/defstar/src/master/) - a collection of macros for easy inclusion of type declarations for arguments in lambda lists. [GNU GPL3][2]
|
719 | 723 | * [algebraic-data-types](https://github.com/stylewarning/cl-algebraic-data-type) - defining algebraic data types in a similar spirit to Haskell or Standard ML, as well as for operating on them. [BSD_3Clause][15].
|
@@ -1430,6 +1434,7 @@ Readline, ncurses and other graphical helpers
|
1430 | 1434 | and tables on ANSI-compliant terminals. [GPL3][2].
|
1431 | 1435 | * [cl-progress-bar](https://github.com/sirherrbatka/cl-progress-bar/) - progress bars, just like in Quicklisp ! [MIT][200].
|
1432 | 1436 | * and [progressons](https://github.com/vindarel/progressons), a progress bar on one line, for real an dumb terminals. MIT.
|
| 1437 | +* [text-draw](https://github.com/Shinmera/text-draw) - Toolkit to draw graphics using pure Unicode text only: boxes, backgrounds, checkboxes and radio buttons, lines, arrows, tables, trees… zlib. |
1433 | 1438 |
|
1434 | 1439 | Shells, shells interfaces
|
1435 | 1440 | -------------------------
|
|
0 commit comments