Live data from Hacker News

Frink

futureboy.us

1–10 of 17 posts

Re: Frink

#2
Frink is a mainstay on my phone, despite its not being open source - I make an exception because it's so darn useful. I don't use its programming features, though - it's kind of hard to be bothered with a weird language on a phone, even if unit-awareness is a great feature.

On desktop, for calculation and unit-conversion, I've completely replaced it with Qalculate, which doesn't have a programming language but does have a symbolic solver built-in, which is surprisingly useful for general calculations: you don't have to rearrange your calculation so the unknown is by itself, you can just write the equation from your textbook and replace the thing you want to know with 'x'.

Frink's "Sample Calculations" segment is an amusing read, in much the same ticklish way as xkcd's "What-if" series.

Re: Frink

#3
post #2

Frink is a mainstay on my phone, despite its not being open source - I make an exception because it's so darn useful. I don't use its programming features, though - it's kind of hard to be bothered with a weird language on a phone, even if unit-awareness is a great feature. On desktop, for calculation and unit-conversion, I've completely replaced it with Qalculate, which doesn't have a programming language but does h…

https://github.com/manifold-systems/manifold/tree/master/man...

Re: Frink

#5
post #2

Frink is a mainstay on my phone, despite its not being open source - I make an exception because it's so darn useful. I don't use its programming features, though - it's kind of hard to be bothered with a weird language on a phone, even if unit-awareness is a great feature. On desktop, for calculation and unit-conversion, I've completely replaced it with Qalculate, which doesn't have a programming language but does h…

I use ncalc+ on my phone which is a pleasant to use simple opensource calculator with symbolic capability when you need it.

Re: Frink

#6
The one thing I want to see in a programming language readme is a code sample. What does it do? The author recognizes that:

> Perhaps you'll get the best idea of what Frink can do if you skip down to the Sample Calculations further on this document.

But I never saw that because it was a normal text link in the second paragraph, and because the table of contents is so long I assumed it was the entire document.

There should be at least one sample calculation higher up, with a link to the others, under its own heading called "What you can use Frink for".

Re: Frink

#9
post #8

What does this do that mathcad doesn’t?

I use both. Frink is on my phone. I have SMath Studio (or Smath)on my phone, which is a MathCAD clone, and is now free even for commercial use [1].

I have a bunch of tools in my toolbelt from working in engineering for many years. I always recommend Frink, SMath Studio, and the J programming language among the many tools. I am a polyglot, and I find Frink's simplified Java easy to use for even creating an input window for applications I find myself using repetitively.

[1] https://en.smath.com/view/SMathStudio/summary

Post reply on HN