Hey guys, I'm building a swift kernel for Jupyter Notebook. If you haven't heard of it, *the Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations and explanatory text*.
The project is still at its early stage so some of the features haven't been implemented. It currently support *linux environment*, *code execution* and simple *autocompletion*. My goad is to create a kernel that can be used to create blogs/tutorials with embedded swift code that can be executed. It's kinda like Playground on the web but lacks quite a few features lol... You can find the project at https://github.com/KelvinJin/iSwift.Linux. And the demo at http://jupyter.uthoft.com. It utilises the power of existing Swift REPL. Feel free to provide any recommendations, issues and pull requests. Thanks, Jin
_______________________________________________ swift-users mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-users
