-
This code shows the problem with the jispy interpreter:
var makeClosure = function (x) { var func = function (n) {return x+n;}; return func;},
myadderone = null,
myadderthousand = nu…
-
Hi, I am trying to use OMR as the VM for smalltalk based on SOM++ project, I hit a few problem when do the compilation. Here's the code for my project: https://github.com/zheddie/somr
Here's the …
-
pandoc version:
```
pandoc.exe 1.19.1
Compiled with pandoc-types 1.17.0.4, texmath 0.9, highlighting-kate 0.6.3
Default user data directory: C:\Users\wshaw\AppData\Roaming\pandoc
Copyright (C) 20…
-
I did a commit with an inseparable space and while I was trying to commit the GUI crash. With `cmd + .` I was able to restart Iceberg but now when I try to access a browser displaying the commit mess…
-
*Issue migrated from trac ticket # 2650*
**milestone:** HeuristicLab 3.3.15 | **component:** Problems.DataAnalysis.Symbolic | **priority:** medium | **resolution:** done
#### 2016-08-03 18:10:37: @g…
-
This looks really cool. But I'm having trouble getting started.
I tried compiling and running my first program, which was
```
(define (cube x) (* x x x))
(cube 8)
```
The c output looks li…
-
Sometimes the exercises in the guides require order a list by a condition. It would be great if Wollok could support it.
-
The LRM says in Chapter 7
> In the VDM interpreters the two subsets will always be chosen
> such that they are non-empty and disjoint.
I'm afraid this explanation may give misunderstanding.
I first…
-
The following collection messages are inconsistent with Haskell's Prelude
- `detect` -> `find`
- `exists` -> `any`
- `forAll` -> `all`
-
Sometimes when I close an application window I get a gpFault. The following screen show shows the debugger and stack. It appears that the uiIdle method is iterating over the topLevelWindows when one o…