Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
|
trygvis's comments
login
trygvis
on May 16, 2019
|
parent
|
context
|
next
[–]
| on:
The Flix Programming Language
I found it for its Datalog implementation.
https://en.wikipedia.org/wiki/Datalog
and
http://www.learndatalogtoday.org/
.
trygvis
on March 7, 2019
|
parent
|
context
|
prev
|
next
[–]
| on:
A Superscalar Out-of-Order x86 Soft Processor for ...
Thesis URL:
https://tspace.library.utoronto.ca/handle/1807/80713
trygvis
on Jan 21, 2018
|
parent
|
context
|
prev
[–]
| on:
A Simple Compiler in JavaScript
Aaw, this would have been great if it didn't use `eval`, but just executed `+`, `-` etc directly.
packetslave
on Jan 21, 2018
|
parent
[–]
It doesn't use the built-in eval(). There's a local function in the code named "eval" that executes the operation -- not the best choice of names, really.
trygvis
on Jan 21, 2018
|
root
|
parent
[–]
Oops, guess I read it a bit too fast.
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
https://en.wikipedia.org/wiki/Datalog and http://www.learndatalogtoday.org/.