Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
giovannibonetti
56 days ago
|
parent
|
context
|
favorite
| on:
Show HN: Jacquard, a programming language for AI-w...
This reminds me of the Flix programming language [1], which has annotated effects like so:
def main(): Unit \ { Clock, Http, Logger, IO } = ...
[1]
https://flix.dev/
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
def main(): Unit \ { Clock, Http, Logger, IO } = ...
[1] https://flix.dev/