Re: Ideas for interactive tasks

2012-09-11 Thread Zmitro Lapcjonak
On Aug 9, 6:21 pm, Nikita Beloglazov wrote: > I'm going to organize little clojure course at my university this year. For > this I want to implement set of tasks that hopefully will help to practise > clojure. Some tasks you may find at 4clojure: https://www.4clojure.com/problems Sort by "topic"

Re: Anyone using Sublime Text 2 + SumblimeREPL with Windows?

2012-06-27 Thread Zmitro Lapcjonak
On Jun 24, 9:20 pm, Jacobo Polavieja wrote: > My current development environment is that: Sublime Text 2 editor with > the fabulous SublimeREPL plugin to be able to copy code into the Clojure > REPL. > > As absurd as it may seem... I can't find the combination of keys to send > functions or selec

Re: Parse SQL with Clojure?

2012-05-10 Thread Zmitro Lapcjonak
On Friday, May 4, 2012 4:56:03 AM UTC+3, dirtyvagabond wrote: > > Anyone know of a Clojure library to parse SQL statements? If not, would it > be sane to build one using parsec? if there is no Clojure lib, you always may use Java lib. i relatively successfully tried : http://jsqlparser.sour

Re: compojure 0.6.0: problem getting post arguments with google app engine

2011-02-17 Thread Zmitro Lapcjonak
On Feb 17, 5:13 am, Zhenchao Li wrote: >    (POST "/vote" {params :params} (post-vote params)) > The site here is used to capture :params, which is new in compojure > 0.6.0. However I'm getting a empty map in post-vote. I wonder what's > wrong with the above code? Any suggestions? Hints? Have y

Re: refactoring

2010-11-10 Thread Zmitro Lapcjonak
On Nov 9, 10:46 pm, Laurent PETIT wrote: > Yes, tcrayford's clojure-refactoring > project:https://github.com/tcrayford/clojure-refactoring How about using this in your CCW? :) -- Zmi La -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to th

Re: API for ClojureDocs.org

2010-09-06 Thread Zmitro Lapcjonak
, that plain text in one text-area is too loosely. i'd prefer to enten apparently (or with some syntax): - pre-comment - the example code - the result (i'd prefer not to enter it, but have the result calculated on server) - post-comment -- Zmitro Lapcjonak -- You received this m

Re: multiline strings and multiline comments ?

2010-08-18 Thread Zmitro Lapcjonak
On Aug 17, 12:14 am, Lee Spector wrote: > On Aug 16, 2010, at 4:13 PM, Meikel Brandmeyer wrote: > > > Every descent editor should provide a comment-selected-text functionality. > I've worked in several editors that have comment-selected-text, but I don't > see it in Eclipse/Counterclockwise I'v

Re: IDE agnostic question on user assistance (emacs/vimClojure users help appreciated too !)

2010-07-23 Thread Zmitro Lapcjonak
On Jul 20, 10:02 pm, Laurent PETIT wrote: > that'll bit anybody from time to time ( after having spent 15 minutes > understanding why this doesn't work anymore: "OH YES, I have forgotten to > synchronize the REPL ...") thus i do enter nothing in the CCW repl. all code, both business logic and all

Re: Dead easy start with Clojure on windows

2010-04-17 Thread Zmitro Lapcjonak
On Apr 15, 1:51 am, Kasim wrote: > Here are what you need to get started: > 1. Download ClojureW.zip and Unzip to a folder 0. Try to find the link to download. -- Zmitro Lapcionak -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this gr

Re: ANN: labrepl, making Clojure more accessible

2010-03-24 Thread Zmitro Lapcjonak
On Mar 24, 3:53 pm, Laurent PETIT wrote: > 2010/3/24 Zmitro Lapcjonak : > > > On Mar 23, 4:13 pm, Stuart Halloway wrote: > > >> The labrepl project (http://github.com/relevance/labrepl) is a > >> tutorial environment for learning Clojure. > > ... >

Re: ANN: labrepl, making Clojure more accessible

2010-03-24 Thread Zmitro Lapcjonak
On Mar 23, 10:18 pm, Rob Wolfe wrote: > Stuart Halloway writes: > > The labrepl project (http://github.com/relevance/labrepl) is a > What about creating standalone ZIP file, which will contain > all necessary components: Clojure, Leiningem and Labrepl? > I tried that on Linux and Windows and it

Re: ANN: labrepl, making Clojure more accessible

2010-03-24 Thread Zmitro Lapcjonak
On Mar 23, 4:13 pm, Stuart Halloway wrote: > The labrepl project (http://github.com/relevance/labrepl) is a   > tutorial environment for learning Clojure. ... > (2) CounterClockwise integration: Ditto above but for Eclipse/ I followed the steps and successfully runned the labrepl with Eclipse an

Re: web starting clojure apps without Java code

2010-03-23 Thread Zmitro Lapcjonak
On Mar 17, 4:56 pm, Eugen Dück wrote: > The complete jnlp can be found athttp://dueck.org/kanshiki-boom/. > > I plan to introduce and document this beta-grade app soon, but if > there's any Japanese learner out there interested in or in need of > Kanji handwriting recognition, check it out, but

Re: Clojure on Nokia N900

2010-01-28 Thread Zmitro Lapcjonak
> Have not seen this discussed before and thought that it might be of > interest to mention that clojure runs on the latest Nokia tablet/ > mobile phone with JRE either from Where interesting! please tell us the steps in more details. I suppose, you installed some jre for mobile and then used it t