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
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
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
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
: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
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
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