←back to thread

.NET 10

(devblogs.microsoft.com)
484 points runesoerensen | 1 comments | | HN request time: 0.2s | source
Show context
igravious ◴[] No.45899228[source]
Anybody remember IronPython, IronRuby, etc?
replies(3): >>45900364 #>>45901048 #>>45905585 #
1. Zambyte ◴[] No.45901048[source]
IronScheme[0]! I was pretty happy to be able to expose async-await in a neat little library[1]. I wonder if it's in use anywhere. I didn't get to use it in the project I was working on at the time.

[0] https://github.com/IronScheme/IronScheme

[1] https://github.com/IronScheme/IronScheme/pull/141