Live data from Hacker News

Viewing profile — svetlyak40wt

svetlyak40wt

HN member
Joined
Mon, Feb 28, 2011, 5:23 PM UTC
HN karma
75
Public activity
57 items

About svetlyak40wt

I'm a lead software developer at Yandex. I'm specializing in web development, python and c++. My opensource projects are at the GitHub: http://github.com/svetlyak40wt/

Recent public activity

  1. 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…

  2. 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…

  3. story
  4. 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.

  5. 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…

  6. 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

  7. 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?

  8. 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…

  9. comment
    Comment #35445736

    I'm the author of the video, so you can ask me any questions.

  10. 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…

  11. story
  12. comment
    Comment #34771157

    Actually it is written in Janet programming language.

  13. comment
    Comment #34341405

    That is great, now other developers have a chance to use Kandria as an example for their own projects!

  14. story
  15. 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 …

  16. 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…

  17. comment
    Comment #28967345

    I think here he is talking about "integrators" - engineers who write in DLisp rules to process documents.

  18. 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.

  19. comment
    Comment #28186719

    Sure. Use it! Or not. Depending on your confidence in the language. I'd use it in my own startup.

  20. comment
    Comment #25991208

    If you have any questions or feature requests, we can discuss them here. I'm the author of this tool.

  21. story
  22. 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

  23. 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 …

  24. 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...

  25. comment
    Comment #20201057

    About 90% libraries from Quicklisp are hosted on the GitHub.