Viewing profile — svetlyak40wt
svetlyak40wt
HN member- Joined
- Mon, Feb 28, 2011, 5:23 PM UTC
- HN karma
- 75
- Public activity
- 57 items
- HN profile
- View on Hacker News ↗
About svetlyak40wt
Recent public activity
-
comment
Comment #40464317
Indeed! Some time ago, I've made this video review of 8 (EIGHT!) IDE to work with Common Lisp: https://www.youtube.com/watch?v=eTgDaMREKT4&t=2s Take a time and choose one. The worl…
-
comment
Comment #37896589
Turn on english subtitles if you don't speak Russian. In this video, I tell you how to make a complex web application in Common Lisp and Clack. You will see how you can add differe…
- story
-
comment
Comment #37666679
Parenscript is other tool. Mainly it generates Javascript. However it has support for CL-WHO like templating for generating HTML on client side.
-
comment
Comment #37666666
Spinneret is better than CL-WHO at least in it's string escaping policy. All values are escaped by default whereas with CL-WHO you need to wrap with CL-WHO:ESC all string values. T…
-
comment
Comment #36891502
Watch this video on Lisp interactive development approach. I've recorded it especially to answer the question: https://www.youtube.com/watch?v=JklkKkqSg4c
-
comment
Comment #36891478
That is a typical consumerism: "Give me everything ready to use and then I'll use it." How about bringing some value to the community?
-
comment
Comment #35451283
I'm the author and I'm using Emacs + SLY. Happily switched to Emacs from VIM about 10 years ago when decided to invest all my free time into Common Lisp. And yes, I have real proje…
-
comment
Comment #35445736
I'm the author of the video, so you can ask me any questions.
-
comment
Comment #35445548
Common Lisp is alive. Don't believe me? Look at this video describing 8 programming environments supporting Common Lisp. Turn on English subtitles if Russian is not your native lan…
- story
-
comment
Comment #34771157
Actually it is written in Janet programming language.
-
comment
Comment #34341405
That is great, now other developers have a chance to use Kandria as an example for their own projects!
- story
-
comment
Comment #29020149
That is why I've put about half of this year into the Common Lisp documentation generator for all of my libraries. If you are interested, please read it's docs and join the effort …
-
comment
Comment #28968219
Yeah, you've got a dynamically linked binary. There is a work in progress on SBCL to make it possible to create a really static binaries: https://www.timmons.dev/posts/static-execu…
-
comment
Comment #28967345
I think here he is talking about "integrators" - engineers who write in DLisp rules to process documents.
-
comment
Comment #28187552
But most probably CL developers you'll be able to find, will be more skillful then an average developer on the market.
-
comment
Comment #28186719
Sure. Use it! Or not. Depending on your confidence in the language. I'd use it in my own startup.
-
comment
Comment #25991208
If you have any questions or feature requests, we can discuss them here. I'm the author of this tool.
- story
-
comment
Comment #20422283
Hm, I have similar project, but for OSX users: https://github.com/40ants/cl-bitbar It is a library to write plugins for https://getbitbar.com
-
comment
Comment #20388983
You can define your own syntax in CL: CL-USER> (set-macro-character #\{ (lambda (str char) (declare (ignore char)) (let ((*readtable* (copy-readtable *readtable* nil)) (keep-going …
-
comment
Comment #20202699
There is a thread on Reddit, discussing different possibilities to build webasm from Common Lisp: https://www.reddit.com/r/lisp/comments/7z7wuq/has_anyone_con...
-
comment
Comment #20201057
About 90% libraries from Quicklisp are hosted on the GitHub.