Viewing profile — eval
eval
HN member- Joined
- Mon, Apr 11, 2011, 9:53 PM UTC
- HN karma
- 7
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About eval
No profile information was provided.
Recent public activity
-
comment
Comment #35466266
See https://news.ycombinator.com/item?id=35466144
-
comment
Comment #35466242
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 (…
-
comment
Comment #35466144
Is ~/.babashka/bbin/bin on PATH? Does installing any of the other libs from https://github.com/babashka/bbin#usage work?
-
comment
Comment #18161586
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 lis…
- story
-
comment
Comment #3664322
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 fix…