Add Loon language column to ml comparison sheet#139
Open
ecto wants to merge 2 commits into
Open
Conversation
Loon is a functional language with Hindley-Milner type inference
("invisible types"), safe ownership, and algebraic effects. This adds
it as a fifth column alongside SML, OCaml, F#, and Haskell, filling
all 135 feature rows with idiomatic Loon (https://loon-lang.org).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The first pass only covered the 135 rows using [[# anchor]] labels. The ml sheet also has ~102 rows using [#anchor label] or plain-text labels (arrays, currying/composition, if/while/for/loop, exceptions, file & directory I/O, records, objects, repl). Those are now filled, so every comparison row has a Loon column and the table is structurally uniform (6 cells per row). Also corrected ~10 entries that did not match the loon 0.6 runtime: fold arg order, no binary min/max, no vector index-update, Some/None require a top-level Option declaration, pair access via destructuring. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Loon as a fifth column to the
markup/mlfunctional-languages sheet, alongside SML, OCaml, F#, and Haskell.
Loon is a functional language with Hindley-Milner type inference
("invisible types" — no annotations), safe ownership (move semantics
with inferred borrows), and algebraic effects with handlers. Uniform
bracket syntax:
[f a b].[[# anchor]],[#anchor label], and plain-text labels)to span the new column; table is structurally uniform (6 cells/row)
0.6runtime; features Loon doesnot have (arbitrary-precision/rational/complex numbers, file handles,
directory ops, OOP/inheritance) marked
noneper sheet conventionTest plan
_soft-break convention[[# anchor]]footnote anchors left intactloon run