You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion forum for the L Sharp Programming Language, see www.lsharp.org
|
|
|
Web
|
| |
Does L Sharp work with ASP.NET ? Wich version of .NET Framework L
Sharp supports ?
|
|
enumerations
|
| |
How does one refer to .NET enumerations such as
System.Text.RegularExpressions .RegexOptions?
|
|
LSharp + XEmacs
|
| |
Does anyone have LSharp working with a Windows distribution of XEmacs? Mine locks up after executing run-lisp.
|
|
is L sharp still alive ?
|
| |
L# seem cool and I am looking to use it as an embed scripting language but the project seem dead. Does somebody still working on it ?
|
|
functional programming in LSharp
|
| |
Hello guys, I'm trying to understand how functional programming (map, reduce, apply etc.) can work with .NET objects - could someone please point out what's wrong with this code? As it doesn't work. (= myList '("Hello" "World")) (apply (WriteLine Console) myList) Also, a general question - this (method class parameters) style of... more »
|
|
Code Submissions?
|
| |
I've been playing with L#, and have a few changes and improvements I'd like to submit for inclusion. Should I post diffs to this group, a narrative of my changes, or what? Thanks, -Wayne Steele
|
|
concerns
|
| |
Hi, I'm starting a job in a month with a company heavy in .Net. I really don't want to use C# which several years ago I invested a lot of money for books on just to decide after a month and a half that the language was a pig (personal opinion only here), so I am trying to decide as to what dynamic language I want to use.... more »
|
|
Embedding L Sharp in VB.NET
|
| |
Dim result As Object Dim strScript As String txtinput.Text = strScript result = LSharp.Runtime.EvalString(strS cript) txtDebug.Text = result.ToString Having difficulty with evalstring: when given: (+ 3 4) returns 7 And it seem to work correctly with other simple arithmetic. when given: (car '(a b c))... more »
|
|
Cons.FromXXX inconsistency
|
| |
Hello guys, I'm just started playing with L#; my project involves passing a String[] to the interpreter. I'm forced to use Cons.FromArray or Cons.FromICollection in this case, and I've figured out that those functions return different results -- FromArray provides a valid Cons, while FromICollection reverses it.... more »
|
|
Compiler for lsharp
|
| |
Are there any plans on lsharp compiler ? I want to use lsharp for winforms applications.
|
|
|