←back to thread

168 points ksec | 2 comments | | HN request time: 0.424s | source
Show context
bdcravens ◴[] No.43549184[source]
Looks interesting, but I wish there was a way to alias the component names, since every component class, some of which have common names, take root in the global namespace. (though I suspect that easily enough done manually)
replies(2): >>43550322 #>>43551115 #
1. a-priori ◴[] No.43550322[source]
It's basically a code generator for adding standard Phlex components to your project, so once you've added a component to your application you can modify it any way you want.
replies(1): >>43553882 #
2. damir ◴[] No.43553882[source]
And little by little we get closer to being Lisp-like...