Viewing profile — jenshaase
jenshaase
HN member- Joined
- Wed, Jun 03, 2020, 5:37 PM UTC
- HN karma
- 21
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About jenshaase
No profile information was provided.
Recent public activity
-
comment
Comment #46110742
Veda GmbH | Fullstack-Developer Java/React | Remote (Germany only) | https://www.veda.net/ What is Veda: The VEDA Group develops advanced HR software and services that help compani…
- story
- story
-
comment
Comment #26202306
I currently working on persistent data structures. If I can make them fast enough they will be added.
-
comment
Comment #26197394
I'm working on building a good language to target the PHP environment. There are a lot of feature that I can borrow from Clojure but not all of them are need. At some points I even…
-
comment
Comment #26194843
I'm a long term PHP developer and I always liked functional programming. However, PHP is not so good in it [1]. I think in general, PHP's shared nothing architecture is a very good…
-
comment
Comment #26194302
Phel code is compiled to PHP code (in terms of a string, not bytecode). However, the PHP Code is than interpreted by PHP using PHP's eval function.
-
comment
Comment #26194248
No, this is not possible. However, with a better editor support it could be possible to send expression from the editor to the REPL. That way you can do "REPL Driven Development"
-
comment
Comment #26193907
Creator here: That's a problem of all new languages. There is not much in terms of libraries, tools or documentation. I started Phel last year and published a first version recentl…
-
comment
Comment #26193854
Creator here: I didn't expected this to be linked here. Feel free to asked any questions about the project and I try to answer them.
-
comment
Comment #23594753
I build a Lisp inspired functional programming language for PHP [1]. Normally, I build web applications with PHP. But during the Lockdown I tried to build something different. It i…