User loginNavigation |
archivesWhy can't you push instructions in MSIL/JVMLDoesn't it seem like a good idea to be able to push instructions onto the stack in the MSIL and JVML, and evaluate them later on? Deliverable code?I wonder what Ltuer's think about deliverability? What is deliverable code? When I think about dynamic vs. static languages a big difference is the nature of the end product. A scripting language might conclude with a script deliverable, but does anyone want to deliver a script? Dynamic languages are "programmer friendly" but the final compiled deliverable is almost certainly "compromised" (ie slower or less safe). Languages like Java and C# require an intermediate virtual machine. This is only acceptable due the pervasiveness of the environments and probably compromises other languages using the VM. Can we have it both ways? Good deliverable code and a highly productive development environment? For example I have occasionally developed an application in Lisp and then converted it to C, (but not recently). Surely there is a better way? Aldor going open sourceAccording to the website, Aldor will be open source soon. See also: an old call to open the source, with a link to an online petition, and a recent and as-yet-unanswered query on the Aldor mailing list about the opening of the source. In a related note, there was a patch to Aldor that I found a few years ago called "Aldor--", but search engines are useless in helping me find this. Does anyone remember this? YesnoYesno: the other side ot the Gödelian coin
CforallCforall is a language design extending ISO C.
By Jim Apple at 2007-04-07 20:11 | Implementation | Type Theory | 11 comments | other blogs | 10508 reads
Early Programming Languages (A Logic Puzzle)Chris Okasaki (of Purely Functional Data Structures fame) gives us Early Programming Languages (A Logic Puzzle) Try not to use your domain-specific knowledge. F# 1.9.1 releasedF# 1.9.1 has been released with a bunch of new features. LTU readers would probably be interested in the work on unifying object oriented and functional code: # Active Patterns. Active patterns give a form of extensible pattern matching on abstract values. F# active patterns allow you to pattern match against .NET object values such as XML, System.Type values and LINQ Expression trees. In this redesigned version they become an official part of the language and some novel additions give a lightweight and non-intrusive mechanism to both partial patterns, parameterized patterns and "complete" decompositions (views) of types. # Implicit Class Construction. This lovely feature makes writing classes considerably more succinct and helps to further bridge the gap between type-inferred functional programming and object-oriented programming. More info is available at Don Syme's blog here. By grant at 2007-04-07 23:34 | LtU Forum | login or register to post comments | other blogs | 5731 reads
|
Browse archivesActive forum topics |
Recent comments
22 weeks 18 hours ago
22 weeks 22 hours ago
22 weeks 22 hours ago
44 weeks 2 days ago
48 weeks 4 days ago
50 weeks 1 day ago
50 weeks 1 day ago
1 year 5 days ago
1 year 5 weeks ago
1 year 5 weeks ago