i just moved to using Firefox (mozilla) instead of NetCaptor, and quickly found the need for a search plugin for Frink. It was pretty easy to make, for one...
... Sorry--I just got to this in my mailbox! I'll certainly host a URL. So what does your search plugin search? I guess a search plugin could work like the...
At present it just fires the contents of the search box as a calculation into Frink. Thinking about it, units lookup be best as a separate search plugin....
... Thanks for sending the search plugin! I've tweaked it a little bit (and tweaked the web page slightly to make it easier to parse.) It still does pretty...
From the "it's about time" file... I've rewritten much of Frink's lexer to make sure that it knows the name of the file or URL it's parsing (previously, one...
Hey, Alan, I sense a lack of genericity here ;-) What happens to the reflexive developers out there, wanting to create the "Frink streams" on the fly,...
Perhaps generated code could get wrapped in a fake file? "Syntax error in generated code, line 3165, near column 2" Or is there some better way of reporting?...
... This is actually what happens. The programmer must at least pass in a human-readable string describing where the code came from. You'll see things like...
Ok, I have asked for this before... When using Frink, one of the biggest annoyances is the uniform handling of unit vectors and scalars (read "numerals".) The...
An addendum, perhaps: division between unit vectors (such as 'm' and 's') should be at the same (high) precedence as juxtaposed multiplication. The only little...
... Sorry about not getting to this sooner, but the paying job has been taking up all my time. And then some. This is an issue that's I've thought about since...
The latest versions of Frink (one released today) have some minor improvements. The largest improvement can be seen when running programs through the AWT GUI...
To hopefully promote world understanding, or to inadvertently cause the next world war, the latest version of Frink can now translate to/from Swedish and...
Parsing Errors / java.NullpointerExceptions on nokia 9210i Is there an "official" data file for small devices? After playing around with frink on my XP...
Hi Knut, I have some answers to your questions below. ... At the moment, all devices use the same data file. ... Does something like 2+2 work? Do any...
Hi Alan, thanks for answering and providing hints. I'll try some of them during this week. Meanwhile, I've been investigating around with frink on the ...
This week, I was flattered to be invited to submit a paper on Frink for a conference on "Lightweight Languages" at MIT: http://ll4.csail.mit.edu/ I'm...
Wow. Good luck. I'd say what sets Frink apart is the way it encourages a scientific way of thought. it's a generally accepted fact that the language somebody...
Alan -- I've done about a zillion talks and I've got 20+ papers and I don't know how many conference presentations. If you'd like to get together for lunch or...
Alan, This is a good opportunity to promote your "baby." Language ... I would focus on the integration of dimensions into the core of a modern object-oriented...
... What a terrific opportunity, not only to publicize Frink but for you to rub elbows with all the others who will be there. Your final paper will be...
... I'm happy to say that my abstract was approved for this conference, and I will indeed be presenting. Information about the conference, including abstracts...
In the latest versions of Frink, there have been a few new features. * Added documentation on how to integrate Frink into your own Java program. This includes...
I'm glad to say that my talk at the Lightweight Languages 4 conference at MIT was a success. No hardware failures (which is a miracle with my aged and balky...
Hmm. In the presentation you mentioned fahrenheit and celcius as units that you couldn't calculate the normal way, because their zero values didn't really...
... Yup, exactly. I have different ways of representing absolute temperature and temperature differences in Fahrenheit and Celsius. In Kelvin, (or Rankine,)...
I've turned my presentation from the Lightweight Languages 4 conference into more platform-friendly HTML format. I've also turned my notes into a more...