←back to thread

82 points jacobx | 3 comments | | HN request time: 0.571s | source
1. ushakov ◴[] No.45131138[source]
Do you think you can make it run in Jupyter as a Kernel?
replies(2): >>45131236 #>>45132612 #
2. jacobx ◴[] No.45131236[source]
That's not really been something we'd been considering, but yeah I think we probably could. We're primarily using the interpreter to render SwiftUI views, but it supports running arbitrary Swift expressions or statements.
3. liuliu ◴[] No.45132612[source]
There are Jupyter kernels for Swift that uses REPL mode of Swift lldb. I used to do it but obvious right now it is not a priority: https://github.com/liuliu/swift-jupyter