How/What do people use atm to write K/N? Considering IntelliJ doesn't play nice with konan last I checked
m
msink
09/17/2017, 10:33 PM
For small desktop utilites - first write/debug using IntelliJ/JVM, then port to Native without IDE, just plain text editor and command line.
☝️ 1
n
nish
09/18/2017, 3:09 AM
I usually just use vscode
n
napperley
09/18/2017, 4:02 AM
Can also develop basic/advanced programs (includes low level hw access, and GUIs via Gtk for example) for SBCs (Single Board Computers) like the RPi which have limited hw resources.
o
olonho
09/18/2017, 5:23 AM
I personally use IDEA, which works with some limitations . And real IDE is being actively worked on, stay tuned.
👍 8
r
Ruckus
09/18/2017, 1:53 PM
@olonho Is there any news yet if there will be a community version of the IDE available?
o
olonho
09/18/2017, 5:29 PM
Not the matter I can currently comment on, sorry :(