User loginNavigation |
Merging Functions, Modules, Classes, the whole nine yards...Say we have a declarative language, where foo(a, b, c) gamma = a * b rho = b * c gamma * rho bar(a, b, c) extends foo gamma = a * a is a piece of code in which Of course, the above example is little bit simplistic. Far more interesting is the use of the implies operator ( foo(a, b, c) 'a' -> a 'b' -> b 'c' -> c 'foo' -> 'foo' bar(a, b, c) extends foo 'foo' -> 'bar extending foo' Here we use the implies operator to mean "when Now that I have thought this language up, I have to work on it. I swore there would never be a day when I would stray from the well settled lands of software development to wander in the wilds of language design! Alas, I am doomed. All I ask from ltu is some thoughtful criticism of my idea, some pointers to earlier work in this domain and some suggestions about the syntax. What I want in the end is a language that is process/message oriented like Erlang but also has straightforward syntax for the notion of 'inheritance'. By Jason Dusek at 2007-06-03 05:52 | LtU Forum | previous forum topic | next forum topic | other blogs | 10248 reads
|
Browse archives
Active forum topics |
Recent comments
22 weeks 6 days ago
22 weeks 6 days ago
22 weeks 6 days ago
45 weeks 10 hours ago
49 weeks 2 days ago
50 weeks 6 days ago
50 weeks 6 days ago
1 year 1 week ago
1 year 6 weeks ago
1 year 6 weeks ago