Earlier quoted context omitted.
And another FYI: Soulver 2 is still available on the Mac App Store for $9. Whereas Soulver 3 is on their website for $30.
I'm pretty sure that's a price reduction. I think Soulver used to be either $19.99 or $24.99; Soulver 3 is a price increase (although not unreasonable). However, it doesn't sync with Soulver for iOS yet. I suspect Soulver 3 will probably come to the Mac App Store once the iOS app is updated to use the new file format.
Soulver – Notepad, meet calculator
51–60 of 186 posts
Re: Soulver – Notepad, meet calculator
#52Earlier quoted context omitted.
Seconded (though I'm tentatively switching to dc[0], reverse polish notation ftw), can anyone who has used both Numi and Soulver point out the differences between the two? They look super similar to me. [0] https://www.computerhope.com/unix/udc.htm
Soulver has iOS apps too.
Re: Soulver – Notepad, meet calculator
#53I’ve been using Soulver for like 12 years and it’s one of my favorite and most-used apps. There was a huge amount of time between Soulver 2 and 3 so I gladly paid for version 3 (even though it doesn’t sync with iOS which isn’t a big deal, and some features haven’t made their way over so I still keep 2 installed). There might be decent alternatives but at this point, I’m so used to Soulver I don’t want anything else.…
Re: Soulver – Notepad, meet calculator
#54The problem I have with this type of app is that I am never sure what will work and what will not. It's "natural language" only after you learn which subset of language the app actually understands. I still can't find anything that beats my HP 50g (either physical or running in one of the emulators) for just about any kind of computation involving several pieces of data. For more data, a spreadsheet is really hard to…
edit: when I'm "deep in it" this is similar to what I use Excel/GDocs for, but they're heavier than I'd like for more casual use. I spend half the time I'm using a spreadsheet in Google looking at documentation for Excel functions.
Re: Soulver – Notepad, meet calculator
#55Re: Soulver – Notepad, meet calculator
#56The problem I have with this type of app is that I am never sure what will work and what will not. It's "natural language" only after you learn which subset of language the app actually understands. I still can't find anything that beats my HP 50g (either physical or running in one of the emulators) for just about any kind of computation involving several pieces of data. For more data, a spreadsheet is really hard to…
You’re not wrong on the syntax stuff, but as long as the math operations are there, it’ll do what you want. The special stuff for currency or other conversions isn’t very hard to get the hang of once you start using an app.
Really, the frustrating thing is when I’m on a machine that’s not mine and I hit my Soulver system-wide shortcut and can’t open up my scratchpad. But that’s my problem.
Re: Soulver – Notepad, meet calculator
#57I wrote https://dedo.io/ as a web version of this, since there's no good equivalent for linux
This is the kind of web-app that has a legitimate use for off-line first service workers and localStorage to save the previous session
Re: Soulver – Notepad, meet calculator
#58A paid, Mac only app which could fairly easily be implemented as a plugin to any popular text editor... I'm not sure I understand the appeal - what am I missing here, please? :)
I think you're missing the gap between "could fairly easily be" and "has been". As a programmer, the REPL and/or notebook interfaces for my favorite languages provide what Soulver offers already, so it isn't as valuable to me. To a non-programmer, Soulver seems like a very pleasant, user-friendly tool.
Re: Soulver – Notepad, meet calculator
#59I do this kind of thing a lot...this is a tool that I didn't know I needed. Like excel-lite. Too bad it's mac only. And so is Numi. Any linux (preferred) or windows alternatives?
Re: Soulver – Notepad, meet calculator
#60I wrote https://dedo.io/ as a web version of this, since there's no good equivalent for linux
(edit: and apparently I'm not the only person with this thought! Good work :D)