-
Should Julia be mentioned in https://github.com/geany/geany/blob/607fcec1fa5aff005090fbda17280976dcee68c8/src/editor.c#L3431?
-
This was requested on reddit https://www.reddit.com/r/rust_gamedev/comments/4lk6la/dyon_gets_adhoc_types/d3owjsq
-
I saw that openHAB supports JSR223 and within the PR #8772 it looks like it's quite easy to add new languages.
Because I personally prefer Kotlin over Groovy I thought it maybe can added as a scrip…
-
When working in an editor and scripting test runs in an automated fashion, it's much more practical to be able to specify the line number rather than trying to parse the file to determine the test nam…
-
I would be really interested in trying goat if there could be a shebang mode;
The idea is to write better statically checked scripts than bash/python for a variety of ops tasks.
-
Globals are not being defined on my lua script until partway into it's execution (when a callback is called). Is this how it is supposed to go? and can it be changed? or is this a bug?
For example,…
-
```
I found a Squirrel package for SL4A.
How about supporting this officially.
http://forum.squirrel-lang.org/mainsite/forums/default.aspx?g=posts&t=2098
```
Original issue reported on code.google.c…
-
```
I found a Squirrel package for SL4A.
How about supporting this officially.
http://forum.squirrel-lang.org/mainsite/forums/default.aspx?g=posts&t=2098
```
Original issue reported on code.google.c…
-
Hello,
Let's say that not we're not all Python language specialist. The Python syntax is not always intuitive. A very good example of that is how to take the 2 left characters of a string :
`#left…
-
Hello i’m new NeoVim user and I was wondering is there a way to send the code using vim-slime to jupyter Qtconsole just like how it sends it to ipython console. The ipython console by itself can’t ren…