swift-emacs / swift-mode

Emacs support for Apple's Swift programming language.
GNU General Public License v3.0
372 stars 47 forks source link

Feature request: repl for project #139

Closed Pitometsu closed 7 years ago

Pitometsu commented 7 years ago

see https://github.com/profburke/swiftreplmadness

Pitometsu commented 7 years ago

For iOS repl see http://stackoverflow.com/questions/26899664/how-can-i-use-swift-repl-with-ios-sdk/43478888#43478888

taku0 commented 7 years ago

It seems that we need some separate commands for it.

For generic Swift package:

For iOS app:

I cannot implement those commands soon, I will do it later.

taku0 commented 7 years ago

Implemented:

Only simple REPL for now. No fancy debugger functionalities.

Pitometsu commented 7 years ago

Not sure, would it work, but may be funny in repl https://github.com/johnno1962/injectionforxcode.

Pitometsu commented 7 years ago

There's https://github.com/realgud/realgud + https://github.com/realgud/realgud-lldb for fancy debugging.