Frink
11–17 of 17 posts
I wasn't able to find what the value proposition of Frink is compared to Soulver, other than the more-difficult UI.
Re: Frink
#12I wasn't able to find what the value proposition of Frink is compared to Soulver, other than the more-difficult UI.
Soulver is MacOs/iOS only, and Frink works ~everywhere?
Re: Frink
#13I would love this if it was open source
Re: Frink
#14Re: Frink
#15I wasn't able to find what the value proposition of Frink is compared to Soulver, other than the more-difficult UI.
Soulver is MacOs/iOS only, and Frink works ~everywhere?
Is that the only value proposition? Given the apparent complexity of using Frink, I figured there should be some other upsides
Re: Frink
#16I wrote a similar tool that uses the same unit database (from GNU units) but is open source, has a somewhat better online interface [1] and a crappier app [2]
[1]: https://phiresky.github.io/qalc-react/ [2]: https://play.google.com/store/apps/details?id=io.github.phir...
Re: Frink
#17I wasn't able to find what the value proposition of Frink is compared to Soulver, other than the more-difficult UI.
Frink is a full-fledged programming language, so you can read data from files, write functions, access web-based data, repeat calculations, process text, create data structures, etc.
In short, it is a Turing-complete system. Soulver isn't, and that's a huge difference.