Anyone have any wild ideas? Revolutionaries? I fade in and out of different projects, currently my 'Info User Interface' has been on my mind. Here's a...
I'm getting a little further with my gui, and today is a milestone with the 'virtual shelf' workspace. In the video, you'll see the mouse grab a space between...
... I¹m interested in hearing more since a few times now I have met people who are of the opinion that all good things are declarative. As far as I have been...
... From "Advanced Programming Language Design", by Raphael A. Finkel: "Another major paradigm constitutes the declarative languages such as Prolog and Goedel;...
... Thanks. I have read up on Prolog but never used it, and I have never heard of Goedel. Can you make a completely declarative end-to-end application? In...
Actually, functional languages (pure ones) are declarative. Some examples are Haskell and Clean. I put some links about functional programming (including some...
... So I hate to seem simplistic, or overly pragmatic, but what are you trying to solve here? Is it purely a technical exercise or is there a specific ...
... http://groups.yahoo.com/group/langsmiths/message/16 ... Well, that's a reasonable question! And I think there's nothing wrong with being pragmatic. The...
The following langsmiths poll is now closed. Here are the final results: POLL QUESTION: What is your favorite assignment syntax? CHOICES AND RESULTS - a = b,...
langsmiths@yahoogroup...
Jun 28, 2002 7:39 am
20
I'd say it depends on the rest of the language....
Well, I just dove in and studied AOP until it clicked. <click> :) It seems a natural evolution, but is kind of clunky for static languages such as Java or C++....
... I have a lot of material and links about this. ... Many AOP experts would disagree with me, but I think that if you can get by without a "weaver" then you...
In http://groups.yahoo.com/group/langsmiths/message/22 Jecel Assumpcao Jr <jecel@m...> wrote: . . . ... Thank you for articulating the terms in which we can ...
... Yes it does - I was simplifying things quite a bit. In fact, all Prolog systems I have seen (except for Borland's Turbo Prolog) could be considered living...
Hi Members of Langsmiths, My name is Kimanzi Mati and I have invented an object oriented programming language based on the XML version 1.0 specification. The...
I saw this in a newgroup when he first posted it. Why WHY! XML?? XML is great for storing data, but XSLT? x++? Ok, so you can write a language in xml. I...
This is to suggest that writers who write replies not quote the original, unless replying point-by-point. Readers can see the original in the message archive...
... I think Mr. Mati answers that question in the FAQ and lexicon that you can navigate to from the link he posted here. XML goes everywhere. Software will...
... I appreciate the power of this idea and agree languages will move back in this direction. But it also seems to me that the fact that LISP did it in a way...
Just a few weeks ago, in trying to write my ideas about the language I am trying to invent (a tentative name: Respect), I found that in trying to think and...
... Once one has a language that seems sound and potentially useful given its semantics and abstract syntax, if one finds XML too chunky as a concrete syntax,...
... That's reasonable, but if that's what you're after, it seems like using a LISP parser (http://sexpr.sourceforge.net/) would be simpler, smaller and faster...
Although more in a prototype stage, inertia UI in opengl is coming along. Switching workspaces actually works. The colorpicker visual (any instance) changes...
... Hey Mike, I like your use of transparency. The new fonts are nice too. Are you using textures for fonts? Btw, I wrote something similar in Lua a while...
I guess that's the first app I should create - a chat applet :) Your toolkit copied from NeXT UI, hmm, I wonder how you were influenced :) Is this still...