-
### Issue Summary
Looks like when `ChoiceBlock` has a lot of elements - admin page goes to infinite loop. I could be wrong, but the same code worked earlier.
### Code
I have code like this:
…
-
Given
```
(defmacro rev [&rest body]
(quasiquote (do (unquote-splice (list (reversed body))))))
```
(shamelessly stolen from native-tests), the expression
```
(let [[rev math.sqrt]] (rev 2))
```
…
-
Why is yalo going to use a new dialect of Lisp? Has there been any work done on it?
-
Hi, I tried to write a function for this, I think I have the syntax a little broken. It might be a nice addition to ess.
;; a function to compileRmdToPdf
(defun compileRmdToPdf () "Co…
-
There are redundant keywords in the current implementation:
- `setf`/`setv`/`def`
- `lambda`/`fn`
- `for`/`foreach` (?)
- `throw`/`raise`
- `catch`/`except`
- `do`/`prgn`
I believe we should avoid an…
-
```common-lisp
(match '(0 . 1)
((list* x _)
(match 2
(x `(x-previously-matched-is-invisible (x = ,x)))
(_ 'x-previously-matched-to-0-is-visible))))
=>
(X-PREVIOUSLY-MATCHED-IS-IN…
-
#### Issue details
When I follow the website guide(http://ardupilot.org/dev/docs/using-rosgazebo-simulator-with-sitl.html) to try to compile ros package, the emergence of the above situation
#### Ver…
-
The expression:
```
(defun car-fn (cons)
(eval (list 'car cons)))
```
Apparently, my naming a variable `cons` is what triggers this error. It's very strange that pLisp checks the names of my var…
-
First I want to say this is not a "bug" or an "issue" I have. I'm really impressed with Julia and am thinking "is it the language to end all others"? I'm kind of kicking the tires, trying to find anyt…
-
First of all thank you for making this awesome package and making org-mode more compatible with science(tists).
I find the package very useful but I have a little problem. Like you mention in the do…