-
```
save: local str = string.dump(function() return "BOO!" end)
load (on other-endian machine): assert(assert(loadstring(str))() == "BOO!")
Quote from Duncan Cross:
Should Lua bytecode generated by …
-
```
Debugger entered--Lisp error: (wrong-type-argument stringp #)
substring-no-properties(#)
prescient-remember(#)
#f(compiled-function (x) #)(#)
ivy-call()
#f(compiled-function (arg1 …
-
I have both magit and evil installed.
After adding `(require 'evil-magit)` into my emacs init file, I get the following warning:
> Warning (initialization): An error occurred while loading ‘/hom…
-
Looks like no matter if I use the `--code` or `--code-file` arguments, it always outputs the same output:
```
ϟ porosity --code-file code --debug
Porosity v0.1 (https://www.comae.io)
Matt Suiche…
-
I have a weird problem where loading via radian causes transient to throw this really weird error, but loading via my "inner" init file just works fine. As a consequence I cannot use radian atm :cry: …
-
Completion does not work at all and the following error throws.
```
Debugger entered--Lisp error: (wrong-type-argument sequencep \,)
string-prefix-p(#("Pro" 0 3 (fontified t)) \, t)
#f(compi…
-
Support multi-module programs and clarify the builtin module.
Depends on ~~#52~~, ~~#77~~ and ~~#178~~
-
I was hoping to demonstrate something.
```
scala> :pa
// Entering paste mode (ctrl-D to finish)
package p { class C { private def f = 42 } }
// Exiting paste mode, now interpreting.
sc…
-
Hope this is the right place submit this, if not please let me know.
Anyway, suppose we had a standard bytecode for a deterministic virtual machine. That means any program compiled into that bytecode…
-
What "VM-based implementation" means in contrast to normal jslt, which is also java and thus also runs in java virtual machine?