topshell icon indicating copy to clipboard operation
topshell copied to clipboard

TopShell - a purely functional, reactive scripting language

Results 2 topshell issues
Sort by recently updated
recently updated
newest added

Not sure if there's an interest for this, but first thought I had was 'is this on brew'? If there's a general interest, I'm happy to give it a shot.

Pure computations always run on the local worker with the current `Ssh.do` implementation. How to compute whole data flow on remote? For instance, let's think about the following code: ```scala...