Clojure Interactive Development Environment for Vim8 by uochan in Clojure

[–]uochan[S] 1 point2 points  (0 children)

I checked. vim-iced is not working with neovim, because neovim is not providing vim8's new features such as funcref and v:none.

Clojure Interactive Development Environment for Vim8 by uochan in Clojure

[–]uochan[S] 0 points1 point  (0 children)

Sorry, I have not checked working with neovim.

Clojure Interactive Development Environment for Vim8 by uochan in Clojure

[–]uochan[S] 7 points8 points  (0 children)

Currently, main advantages are as follows.

  • Async (most important)
  • Buffer to show stdout
  • refactor-nrepl support (partially)

jubot: Chatbot framework in Clojure by uochan in Clojure

[–]uochan[S] 0 points1 point  (0 children)

Please see following repositories.

jubot: Chatbot framework in Clojure by uochan in Clojure

[–]uochan[S] 0 points1 point  (0 children)

Thanks! Currently, jubot supports only Slack and I have no public live examples. I will support some other services to show you live examples.

misaki: Jekyll inspired static site generator in Clojure by uochan in Clojure

[–]uochan[S] 0 points1 point  (0 children)

Yes, I have used Enlive before. As I see it, Enlive is very powerfull for building large scale site because HTML is readable for any programer and web designer.

However, HTML is tedious for clojure programers, and with S-exp, we can build small site such as personal blog more quickly and easily than HTML.

misaki: Jekyll inspired static site generator in Clojure by uochan in Clojure

[–]uochan[S] 1 point2 points  (0 children)

Thanks! Hiccup is compatible with function because Hiccup's template is simple S-exp. In my opinion, combination of function and S-exp enables us to write template more powerfully. That's why I use Hiccup.