Roger Backhus
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created Unclear on the concept
AnsweredHello,I installed this Wolfram Language plugin into my Intellij Idea IDE. I use Mathematica a lot and have recently been executing Mathematica code through JLink and Kotlin. So, I saw this plugin... -
Created Copy large arrays to clipboard in intellij kotlin
AnsweredI have large arrays and while at a breakpoint in the debugger I want to copy them to the clipboard. So the array declaration (Kotlin) are like, pmt_trace = mutableListOf<DataTimePoint>() where the... -
Created Why CLion?
AnsweredI'm trying to use CLion to explore and run existing projects for which the source files and even Make files are already created. Of course, the Make files are likely not quite right for my environ...