Re: self-driving cars: 2 libraries, 2 tutorial projects

2018-10-22 Thread volker . van . aken
PID controllet from 50mph to 70mph. Have a look: https://github.com/vanAken/CarND-PID-Clojure The next is the MPC-Project, which look promising too. Cheers Volker -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send ema

Re: Clojure meetup in Rochester, NY?

2014-11-17 Thread Volker Einsfeld
Hi Tom, it may not be much consolation. But I run the functional programming meetup over here in Buffalo. http://www.meetup.com/Definitely-Fun-Buffalo-Functional-Programming-Meetup/ Not huge, but we're a small group of FP enthusiasts in the area and not that far away from you if you can't get

Re: Namespace Problems org-mode/org-babel

2014-02-21 Thread Volker Strobel
Here is the link to my org-mode post: http://article.gmane.org/gmane.emacs.orgmode/82549 -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - pl

Re: Namespace Problems org-mode/org-babel

2014-02-21 Thread Volker Strobel
r-kit-lisp elisp-slime-nav starter-kit magit ido-ubiquitous smex find-file-in-project idle-highlight-mode paredit). I think, I'll post my problem to the org-mode mailing list. Bye for now Volker Am Freitag, 21. Februar 2014 10:04:56 UTC+1 schrieb Maik Schünemann: > > That is

Re: Namespace Problems org-mode/org-babel

2014-02-20 Thread Volker Strobel
ingen project. How can I make org-mode to use the correct namespace again? Thanks, again! Volker -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are

Re: Namespace Problems org-mode/org-babel

2014-02-20 Thread Volker Strobel
erate Programming in Clojure";) ) Bye for now, Volker Am Donnerstag, 20. Februar 2014 23:12:27 UTC+1 schrieb Maik Schünemann: > > Sorry for the short answer I am writing this on my phone. > I am also using org mode and the following works fine for me: > 1 evaluate the first blo

Re: Namespace Problems org-mode/org-babel

2014-02-19 Thread Volker Strobel
> > I should mention, that I use cider and followd the instructions on this > page for the > setup: http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-clojure.html > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, sen

Namespace Problems org-mode/org-babel

2014-02-19 Thread Volker Strobel
://nakkaya.com/2013/04/06/using-clojure-with-org-babel-and-nrepl/ but neither of them worked. Can I use the :session keyword in order to use different namespaces in my .org file? Thank! Regards, Volker -- You received this message because you are subscribed to the Google Groups &qu

Re: Problem Running ClojureScript on OpenJDK

2011-10-06 Thread Volker Schlecht
Master works like a charm now - Thanks!! On Oct 4, 5:44 am, db wrote: > Works for me.  Thanks. > > On Oct 3, 10:15 am, Brenton wrote: > > > > > > > > > If you have been having problems the ClojureScript andOpenJDK, please > > try the current master branch of ClojureScript. > > > I would be inte

Re: Problem Running ClojureScript on OpenJDK

2011-10-01 Thread Volker Schlecht
Has anyone succeeded in solving this issue for OpenJDK yet? So far all solutions I've seen discussed boiled down to using Oracle's JDK ... On Aug 14, 6:44 pm, Tzach wrote: > I have a similar problem, but I could not solve it like you did: > running on Ubuntu 11.04, > $JAVA_HOME set to /usr/lib/jv

Re: ClojureScript Repl -- Swank-like workflow with Emacs?

2011-09-27 Thread Volker Schlecht
s/repl/repljs/ -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send

Re: ClojureScript Repl -- Swank-like workflow with Emacs?

2011-09-27 Thread Volker Schlecht
erior-lisp ? regards, Volker On Sep 27, 9:02 am, Paul Koerbitz wrote: > Hi Volker, > > not sure I understand you correctly. You should still be able to type > into the repl and get results, even if it is 'in-browser', right? At > least that works for me if I start the bro

Re: ClojureScript Repl -- Swank-like workflow with Emacs?

2011-09-26 Thread Volker Schlecht
The example given in the wiki uses an in-browser repl. If you want to work with the "regular" rhino-repl, replace (require '[cljs.repl.browser :as browser]) with (require '[cljs.repl.rhino :as rhino]) And you should be all set. On Sep 26, 4:28 pm, Paul Koerbitz wrote: > Hi David! > > thanks f

Re: ClojureScript: Problem getting Browser Repl Env to Work

2011-09-26 Thread Volker Schlecht
Got it ... here's what was missing from my index.html: If I remove that, browser.repl fails. Can anyone else reproduce / confirm this? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Not

Re: ClojureScript: Problem getting Browser Repl Env to Work

2011-09-24 Thread Volker Schlecht
POST is kept open in the example that comes with ClojureScript and is directly ended after sending the goog.provide in my own example. On Sep 23, 10:06 pm, David Nolen wrote: > Are you getting any missing resources errors? > > On Fri, Sep 23, 2011 at 4:03 PM, Volker Schlech

Re: ClojureScript: Problem getting Browser Repl Env to Work

2011-09-23 Thread Volker Schlecht
No unfortunately not, with neither FF nor Chrome, and using the Javascript Debuggers of both ... On Sep 21, 10:27 pm, David Nolen wrote: > Do you get any JS errors from the browser at the JS console? > > David > > On Wed, Sep 21, 2011 at 4:23 PM, Volker Schlecht > wrote: &g

Re: ClojureScript: Problem getting Browser Repl Env to Work

2011-09-21 Thread Volker Schlecht
Hi, no, I've tried it against - essentially - a manual replication of the built-in sample. But thanks for the hint, because the sample does work, but so far I haven't figured out the deciding difference ... at least I have a reference now to compare against. Thanks! Volker On Sep 2

ClojureScript: Problem getting Browser Repl Env to Work

2011-09-20 Thread Volker Schlecht
t "Server started...". The last and only time I had that working was with the clojure.browser branch from some time around August 26th. What am I doing wrong? Any hints? regards, Volker -- You received this message because you are subscribed to the Google Groups "Clojure" group

Re: Reading items in doto from a vector (using swing)

2009-07-23 Thread Volker
That solved it, thank you! Volker --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderate

Reading items in doto from a vector (using swing)

2009-07-22 Thread Volker
ChoiceList) Frame (doto (new JFrame "Set choice") (.setDefaultCloseOperation JFrame/DISPOSE_ON_CLOSE) (.add panel) (.pack) (.setVisible true))] (println "done\n"))) then I get:

Re: (type (doall x))

2009-06-24 Thread Volker
Thank you: (map gmath/sin x) did the trick! Volker --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from n

(type (doall x))

2009-06-24 Thread Volker
user (:require [clojure.contrib.generic.math-functions :as gmath])) nil user> (gmath/sin (doall x)) ; Evaluation aborted. No method in multimethod 'sin' for dispatch value: class clojure.lang.LazySeq user> (type x) clojure.lang.LazySeq user> (type (doall x))

(type (doall x))

2009-06-24 Thread Volker Sarodnick
user (:require [clojure.contrib.generic.math-functions :as gmath])) nil user> (gmath/sin (doall x)) ; Evaluation aborted. No method in multimethod 'sin' for dispatch value: class clojure.lang.LazySeq user> (type x) clojure.lang.LazySeq user> (type (doall x)) clojure.lang.LazySeq Thanks Volker