Re: How to include ClojureScript into HTML page?

2020-03-22 Thread nenad mitrovic
Ok. I will. Thank you. On Sun, Mar 22, 2020 at 4:42 PM Matching Socks wrote: > Feel free to post this kind of question to https://ask.clojure.org/, > where things are better organized. > > At the risk of not answering your specific question, I'd suggest you put > aside "Web development with Cloj

Re: How to include ClojureScript into HTML page?

2020-03-21 Thread nenad mitrovic
Or even better, when I create simple HTML file without extending any base.html file, how to add clojurescript namespace, how to reference it? You know, like javascript helloworld example How to do this in ClojureScript? On Sunday, March 22, 2020 at 1:20:06 AM UTC+1, nenad mitrovic wrote

How to include ClojureScript into HTML page?

2020-03-21 Thread nenad mitrovic
I am following guestbook example from the book Web Development With Clojure 3rd edition. I am struggling with including ClojureScript namespace into HTML document. Everything is working fine with example where I have one core.cljs. With that file, only I have to do is to include this piece of

Re: error in process filter: Stack overflow in regexp matcher

2018-12-25 Thread nenad mitrovic
ile with that name any more, and >> try your file-seq expression again to see if it behaves any differently. >> >> Andy >> >> On Mon, Dec 24, 2018 at 1:38 PM nenad mitrovic > > wrote: >> >>> Sorry, here is profiles.clj >>> >>> {:user &g

Re: error in process filter: Stack overflow in regexp matcher

2018-12-24 Thread nenad mitrovic
:injections [(require 'pjstadig.humane-test-output) (pjstadig.humane-test-output/activate!)] ;;when :nrepl-port is set the application starts the nREPL server on load :env {:devtrue :port

Re: error in process filter: Stack overflow in regexp matcher

2018-12-24 Thread nenad mitrovic
Sorry, here is profiles.clj {:user { :java-cmd "C:\\Program Files\\Java\\jdk1.8.0_111\\bin\\java.exe" :plugins [ [cider/cider-nrepl "0.8.1"] [luminus/lein-template "2.9.9.2"] ] } } On Monday, December 24, 2018 at 10:12:04 PM UTC+1, nenad mitr

error in process filter: Stack overflow in regexp matcher

2018-12-24 Thread nenad mitrovic
I am trying to execute this piece of code: (rest (file-seq (file (str "corpus/" "ham"))). When I execute I get this error: "error in process filter: Stack overflow in regexp matcher". I have 1400 files in corpus/ham folder. But when I execute only three file it works. -- You received this mess