Apple iTunes Rewards its Honest Customers with a Big Fat Bill World’s Longest Poem: Written by Humans, Compiled by Software
Aug 26


This is part 12 in a series of articles on obscure programming languages.

What is L# .NET?

L Sharp .NET is a Lisp-like scripting language for .NET.  It uses a modern Lisp dialect and integrates with the .NET Framework, which provides a rich set of libraries.  The L# library is open source under the copyleft free software license.

L# .NET Design

L# .NET is a dynamic computer programming language intended to be compiled and executed on the Ecma-334 and Ecma-335 Common Language Infrastructure (CLI).  It has a small, simple, extensible core that’s coded in C#.  The source code is easy to follow, and you can easily add your own functions in C# or L#.




L# .NET History

The L# language and its first implementation were designed by Rob Blackwell in 2007.  It was adapted from Paul Graham’s proposed Arc programming language and redesigned to use the .NET Framework. 

“Hello World” in L# .NET

"Hello World"

References

Popularity: 1% [?]

Related posts:

  1. Io: Obscure Programming Language of the Month
  2. Dao: Obscure Programming Language of the Month
  3. Boo: Obscure Programming Language of the Month
  4. Euphoria: Obscure Programming Language of the Month
  5. Groovy: Obscure Programming Language of the Month


2 Responses to “L# .NET: Obscure Programming Language of the Month”

  1. L# .NET: Obscure Programming Language of the Month Says:

    [...] the original here:  L# .NET: Obscure Programming Language of the Month SHARETHIS.addEntry({ title: "L# .NET: Obscure Programming Language of the Month", url: [...]

  2. L# .NET: Obscure Programming Language of the Month « Jasper Blog Says:

    [...] Read more:  DevTopics [...]

Leave a Reply