Oh, I didnt know they released one recently. I need to grab it!
Discussion
i haven't had a lot of need to use it yet but it's there.
also, the CLI version is pretty awesome, tbh i'd use it preferentially.
nutty project though - the protocol core is written in Haskell!
While I can use CLI I would prefer not to for speeds sake. Some things are just faster with buttons.
I am not familiar with Haskell. What makes it nutty?
haskell is one of the most functional functional languages ever. its really terse notation and because it generally doesn't use temporary variables, only "pure functions" which copy everything, the compilations can use huge amounts of memory.
yes, the cli version of simplex you have to type the username prefix to every message send, it doesn't have a channel modal interfacing or TUI.
Alright. That does sound a little nutty. Im wondering why they would want pure functional for this.
Yea, a GUI is definitely faster then. Too bad the desktop app doesnt allow synchronization with mobile
the cli and gui don't either. but the database is the same format, two files, i just hard linked them together. my guess is there would be a way to make the mobile do it too, probably the same format.