Closed marianoguerra closed 1 year ago
๐ Structured Lisp & Effect Types ๐ข Unison Cloud Beta ๐จโ๐ฉโ๐งโ๐ฆ Visual Prolog ๐ก Interactive Visual Syntax in Textual Code
๐ฅ 09/01/2023, Effect types via Peter Saxton
And here's the finished editor, in this video I'm demoing using effect types that I added to the language
๐ข Unison Cloud Beta is Open via Mariano Guerra
Unison Cloud is looking for beta users, fill out this short questionaire if interested
Unison Cloud offers a managed pool of cloud-based Unison nodes that can execute distributed computations. There's no separate packaging or deployment step. To use it, just call a function, passing it the distributed computation you want to run. For instance, the below example forks two parallel computations on randomly chosen locations in the default pool. Calling cloud.run will serialize this computation, sync any missing dependencies on the fly, and run it in the cloud.
main = do
r = cloud.run do
t1 = Remote.forkAt !pool.default '(1 + 1)
t2 = Remote.forkAt !pool.default '(2 + 2)
Remote.await t1 + Remote.await t2
printLine ("Result was: " ++ Nat.toText r)
The current unison.cloud API is tailored for batch computations (as in Hadoop or Spark or miscellaneous ETL jobs), but we plan to add support for launching async background jobs, recurring or scheduled jobs, resilient long-running workflows (as in Temporal), and autoscaled resilient microservices .
We'd like to work with folks who have ideas for use cases in any of these areas and who are willing to work with us on some pilot project using Unison and Unison Cloud.
๐จโ๐ฉโ๐งโ๐ฆ An online IDE for visual programming in Prolog via Christopher Shank
๐ฅ Adding Interactive Visual Syntax to Textual Code via Kartik Agaram
Nice use cases and solutions for adding just a tiny amount of visual notation to mostly text programs.
๐ Introducing Visual and Interactive-Syntax realized (VISr) for ClojureScript (and JavaScript)
๐ป MNT Reform: The Much More Personal Computer via Andreas S
Hello ๐ everyone. I came across this nice looking thing. anyone tried something like this? Some experiences to share?
๐ธ ไฟบใฎlisp via Ivan Reese
Not sure if this work by Yasuyuki Maeda has been shared here before, but it has a ~delightful~ aesthetic.
[x] Change Month and Week Number
[x] focWeekExport "2023-01-19" "2023-01-26"
[x] Update Search Index
[x] Download New Attachments
[x] Update links
[x] Check that comment links work (push weekly dump with channel summaries)
[x] Check to mention right person for moved messages
[x] Summary
[ ] Hashtags
[ ] Set title in newsletter
https://tinyletter.com/
https://tinyletter.com/marianoguerra/letters/
http://localhost:8000/history/
https://marianoguerra.github.io/future-of-coding-weekly/
https://stackedit.io/app#