The Frink programming language
futureboy.us
The Frink programming language
1–10 of 12 posts
Re: The Frink programming language
#2http://www.wolframalpha.com/input/?i=how+many+calories+in+a+...
Re: The Frink programming language
#3Re: The Frink programming language
#4Does this offer anything that Wolfram Alpha doesn't? http://www.wolframalpha.com/input/?i=how+many+calories+in+a+...
Re: The Frink programming language
#5Re: The Frink programming language
#6Does this offer anything that Wolfram Alpha doesn't? http://www.wolframalpha.com/input/?i=how+many+calories+in+a+...
Re: The Frink programming language
#7I looked at the examples and they look awesome. One thing I didn't get, though: How will you keep in mind the various units etc? For example, it's great that Frink has the "beerbarrel" unit, but how would you know of this a priori if you have not used it before. There must be powerful search and/or completion mechanisms in the IDE to be able to use this effectively it seems.
Re: The Frink programming language
#8I looked at the examples and they look awesome. One thing I didn't get, though: How will you keep in mind the various units etc? For example, it's great that Frink has the "beerbarrel" unit, but how would you know of this a priori if you have not used it before. There must be powerful search and/or completion mechanisms in the IDE to be able to use this effectively it seems.
Well that's one reason i originally started the project that i've been working on, Farnsworth. It was originally a direct clone of Frink but I have since decided that i want to take it in a different direction (in syntax and design). It's currently at the prototyping stage and is likely to change drastically (i have LOTS of drastic plans for it). I'm currently working on documentation and tests for the prototype so t…
Re: The Frink programming language
#9Does this offer anything that Wolfram Alpha doesn't? http://www.wolframalpha.com/input/?i=how+many+calories+in+a+...
Re: The Frink programming language
#10I looked at the examples and they look awesome. One thing I didn't get, though: How will you keep in mind the various units etc? For example, it's great that Frink has the "beerbarrel" unit, but how would you know of this a priori if you have not used it before. There must be powerful search and/or completion mechanisms in the IDE to be able to use this effectively it seems.
?saturn
or
??saturn
will list the units that contain that substring. (The second example lists the units AND their values.) Typing
?barrel -> gallons
will list all the barrel sizes it knows and their volume in gallons. Cool!