Thanks Mark and Mike for sharing. Fun night!
Scott Southworth will facilitate the March 2026 meeting.
Chat log...
2026-02-24 18:15 From Bryan to Everyone:
2026-02-24 19:35:41 From Will to Everyone:
https://github.com/NashFP/c_compiler 2026-02-24 19:36:43 From John Wise to Everyone:
Thanks Mark, very interesting. Gotta run.
2026-02-24 19:36:52 From Mark Wutka to Everyone:
https://www.youtube.com/playlist?list=PL2HVqYf7If8cY4wLk7JUQ2f0JXY_xMQm2 2026-02-24 19:40:45 From Will to Everyone:
https://github.com/dotnet/runtime/pull/77137 2026-02-24 19:44:19 From Mike to Everyone:
http://ref.x86asm.net/coder64.html 2026-02-24 19:44:57 From Mike to Everyone:x
https://wiki.osdev.org/X86-64_Instruction_Encoding 2026-02-24 19:45:33 From Will to Everyone:
https://www.felixcloutier.com/x86/ 2026-02-24 20:29:46 From Mark Wutka to Everyone:
it's bedtime here in NC, good night! see ya'll next month!
2026-02-24 20:30:14 From Will to Everyone:
Thank you Mark for showing your c compiler in ocaml. I have a lot to look at. :)
2026-02-24 20:33:51 From Mike to Everyone:
System F with type equality coercions
2026-02-24 20:35:05 From Mike to Everyone:
System F with type equality coercions
2026-02-24 20:35:26 From Mike to Everyone:
https://wiki.haskell.org/Simonpj/Talk:OutsideIn Will:👍
2026-02-24 20:39:25 From Mike to Everyone:
id : (a : Type) -> a -> a
id = \a -> \x -> x
2026-02-24 20:39:36 From Mike to Everyone:
id Bool : Bool -> Bool
2026-02-24 20:48:44 From Tim to Everyone:
Replying to "Message sent before you joined the meeting":
I've been letting it grow out a bit and all the sudden people are noticing lol!
Patrick Carver:🎉
2026-02-24 20:49:34 From Tim to Bryan Hunter (direct message):
Do you want me to share the self-hosted github I'm running or save it for next meeting? I just got it working this weekend.
2026-02-24 20:52:07 From Mike to Everyone:
show : (forall a -> a -> String) -> (a, b) -> String
2026-02-24 20:52:22 From Mike to Everyone:
show show (a, b) = show a + show b
2026-02-24 20:52:54 From Mike to Everyone:
show : ((a : Type) -> a -> String) -> (a, b) -> String
2026-02-24 20:53:40 From Mike to Everyone:
https://softwarefoundations.cis.upenn.edu/ 2026-02-24 20:57:58 From Tim to Everyone:
I have to get to bed too y'all! Early morning tomorrow :)
2026-02-24 20:58:23 From Patrick Carver to Everyone:
Me too!
2026-02-24 20:58:33 From Patrick Carver to Everyone:
Good night!
2026-02-24 20:59:07 From Mike to Everyone:
https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer