Impress your friends! Don't celebrate the new year embarrassingly early! You'll have an extra second to act aloof and superior to those not in-the-know. It...
I've finally finished implementing the two-argument version of arctan[x,y] in Frink to work with interval arithmetic. This is an interesting, subtle, and...
I am really impressed by the breadth and depth of Frink, but I don't see financial tools, other than currency converters. How about: stock symbol value? e.g., ...
... I have had a simple sample program that fetches stock values live: http://futureboy.us/fsp/colorize.fsp?fileName=stock.frink But it's not part of the...
Alan, Frink has developed software to work on units. One of the expressed desires on the Frink webpage is to develop a version of the package that would work...
root
daly@...
Sep 27, 2005 3:36 am
89
I'm using nasmw version 0.98.39 compiled on Jan 16 2005 I've attached the file I'm building. Search for "nasm" and you'll see the results. The bytes are listed...
root
daly@...
Sep 27, 2005 3:56 pm
90
... I'll post my initial response to both of the lists you referenced in the original mail, as Frink users might be interested in how units are implemented in...
It's just about time for the annual November MIThenge phenomenon! This is the time that the sun align's with MIT's Infinite Corridor and shines all the way...
I'm experimenting with using pack200 compression for Frink. If you use Java Web Start to install and launch Frink, or run the Frink applet through the...
The latest release of Frink (2005-12-04) fixes some Java 1.1 compatibility problems, notably on the Sharp Zaurus. Evidently the field BigInteger.ONE wasn't...
hey all, I had a small suggestion for unit measurement: people, as in 2.5 kids per capita, 46 BBL oil per capita, etc. etc. Either that, or the larger...
... As a general case, you can, at any time, introduce any new sort of thing to be counted using the =!= operator. For example, in the data file ( see...
... Well, I for one would lobby for something like this to be included in the 'standard units' file.. Ultimately, you could tie this into census data the same...
... As with object-oriented class-based programming, perhaps it might make sense to enable an ultimate dimension of "object"? Everything is an "object", unless...
... It might be an undefined variable, too, that you're just waiting to fill in later. (Maybe containing a string, or something else?) This sort of thing is...
Well, the more I think about it, the more I like the idea of having a sigil (either prefix or postfix) to tell Frink when something is a unit as opposed to a ...
... Yes, at some point, Frink will probably have a "strict" mode in which you'll have to do one or both of the following: * Declare all variables before using...
... Well, You are assuming that I'm writing Frink code to process these files. I can just as easily use perl, ruby, python, etc. to preprocess these files and...
ps - I just looked at the fortress spec, and it looks like they are making the mistake of having unicode operators.. perl6 unfortunately is doing that too, ...
... Okay, I think I see what you're saying. Pick the language right for each part of the job, that's what I say. :) ... I see nothing significantly wrong...
... Yes, Fortress is unashamedly and whole-hog on the obscure Unicode operator-and-bracket bandwagon. They've defined some ASCII alternates for their Unicode...
... By the way, you shouldn't have to do *any* modification of many files containing normal mathematical notation to turn it into Frink notation. Frink is...
Happy New Year! Since a leap second was introduced at the end of 2005, odds are that your non-atomic and possibly computer and server clocks are running one...
I've added a "Use File..." menu item to the AWT GUI for Frink. When you're in interactive calculation mode, this allows you to choose a file that will be ...
The Java Web Start file for the Swing version of Frink now *requires* a Java version of 1.5 or better. This is due to bugs in Sun's Java distributions that...
Alan, On a Mac with MacOS X "Tiger", Version 10.4.3, the "Java Preferences" application is typically at this path: ~/Applications/Utilities/Java/J2SE 5.0/Java...
Interactive calculations in Frink run from the AWT interface are now queued and run in a separate thread. This allows a few improvements: * The window can now...
I'm working toward implementing optional arguments to functions in Frink. Right now, you can only do this up to a point. The last arguments to a function may...
Ack! I just, on a vague misgiving, checked the MIThenge predictions and found that it was occurring over the last few days! I missed most of the days, but...