Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
eval
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
eval
3y ago
See https://news.ycombinator.com/item?id=35466144
2.
▲
by
eval
3y ago
This is indeed the lein-try for tools-deps. Published libraries can be loaded but also github/gitlab/sourcehut-projects (as long as $project_root/deps.edn exists). Rebel-readline (vendored and extended in this project) is ess
3.
▲
by
eval
3y ago
Is ~/.babashka/bbin/bin on PATH? Does installing any of the other libs from https://github.com/babashka/bbin#usage work?
4.
▲
by
eval
8y ago
As an exercise you could do on a REPL what a macro would do. Say you have a file containing “(1 + 1)”. Reading this (using slurp and read-str) would yield a list, eval-ing this list would however fail as it’s not valid Clojure. To make it
5.
▲
ENVied, or how I stopped worrying about Ruby's ENV
(gertgoet.com)
2 points
by
eval
12y ago
|
0 comments
6.
▲
by
eval
15y ago
This is definitely a first step. The thing is that with 'attr_accessible' a lot of interaction with your models gets harder (think testing or working from the console). I tried fixing this with introducing roles that have access to all attr