Zulip Chat Archive
Stream: general
Topic: Networking in Lean 4
Fred May (Oct 26 2024 at 20:15):
Do any of the following exist in Lean 4?
TCP sockets, an HTTP implementation, or System.Process()?
I need one of those things to do what I want and it's looking like I'll have to do it through a dll.
Notification Bot (Oct 26 2024 at 20:23):
A message was moved here from #general > lean.nvim by Julian Berman.
Julian Berman (Oct 26 2024 at 20:24):
Hi, welcome. I believe there's some socket code from Henrik here: https://github.com/hargoniX/socket.lean and I think there's an HTTP implementation here: https://github.com/axiomed/http
Julian Berman (Oct 26 2024 at 20:25):
(I think lots of what you'll find is still maturing, but you should probably have a look at those to see what state they're in)
Last updated: May 02 2025 at 03:31 UTC