You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,7 @@ To sort and filter the list interactively, visit the [webpage](https://dbohdan.g
87
87
| Lua |[MoonSharp](https://www.moonsharp.org/)| C# | CLR's GC | BSD-3-Clause and other | CLR Based Lua implementation that is 99% compatible with Lua 5.2 |
88
88
| Mond |[Mond](https://github.com/Rohansi/Mond/)| C# | CLR's GC | MIT | A dynamically typed scripting language with generators, async, remote debugging, and a binding API. |
89
89
| Never |[Never](https://github.com/never-lang/never)| C | Tracing | MIT | A statically typed functional programming language. |
90
+
| Nickel |[Nickel](https://nickel-lang.org/)| Rust | Ref. counting | MIT | A configuration language with gradual typing and contracts. [Python bindings](https://github.com/tweag/nickel/tree/master/pyckel). |
90
91
| Pascal |[Pascal Script](http://www.remobjects.com/ps.aspx)| Object Pascal | None (manual MM) | modified zlib/libpng-License with mandatory attribution | Statically typed. Implements "most of Object Pascal". Can't define new classes. |
91
92
| Pawn |[Pawn](http://www.compuphase.com/pawn/pawn.htm)| C | None (no heap allocation) | Apache-2.0 with a clause to explicitly permit static linking | A curly-brace language with a small-footprint VM. Represents data as 4/8-byte "cells". Compiles to CPU-specific bytecode. [More](https://wiki.alliedmods.net/Pawn_Tutorial#Language_Paradigms). |
92
93
| Perl |[Perl](https://www.perl.org/)| C | Ref. counting | Artistic-2.0 or GPL-3.0 |[Embedding Perl in Another Application](https://perldoc.perl.org/perlembed)|
0 commit comments