-
Hi
Firt, congratulations, syntastic is a great tool that does an excellent job joining static checkers and the like and integrating them in vim!
Has anyone ever thought about calling it in a headles…
lpenz updated
10 years ago
-
On Fedora 18 (x86_64), I removed ~/.ghc and ~/.cabal and did:
$ sudo yum install readline-devel
$ cabal update
$ cabal install cabal-install
$ cabal install lambdabot
It fails with ExitFailu…
-
I get out of memory when running a benchmark program.
```
$ coffee brainfuck.coffee
FATAL ERROR: JS Allocation failed - process out of memory
```
This is the benchmark program (found on esolangs).
…
-
Hi, all the steps up until `gcc` succeeds:
```
gcc -o QR QR.c && ./QR > QR.cpp
QR.c:1:1: error: stray ‘\33’ in program
#include
^
QR.c:1:2: error: expected identifier or ‘(’ before ‘[’ token
#incl…
-
Create a console application which uses the compiler to compile a run a couple of brainfuck programs to validate functionality.
-
Hi!
I've been doing some work on Respect/Foundation and @alganet suggested I have a look at this project too. Please create some issue if there are any features you want or points that you think we s…
-
npm install express
npm info it worked if it ends with ok
npm info using npm@0.3.17
npm info using node@v0.4.2
npm ERR! Error: ENOTFOUND, Domain name not found
npm ERR! at IOWatcher.callback (dns.…
-
We've got the Lexer, we've got the Parser, we've got the AST, but we haven't got a real Interpreter. I am really tempted to have all compilation code separated to a new file which should allow Coffee …
-
Normal assignment:
```
food: "carrot"
```
||= assignment:
```
food ?= "apple"
```
These seem inconsistent, perhaps? Not sure what to do about it, just wondered if anyone else thought it.
drnic updated
14 years ago
-
Migrated from [rt.perl.org#17772](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=17772) (status was 'resolved')
Searchable as RT17772$
p5pRT updated
22 years ago