Re: Preparing a proposal for EuroClojure presentation about Clojure and GPU, high-performance computing - suggestions welcome

2016-07-14 Thread Dragan Djuric
noted On Thursday, July 14, 2016, Ashish Negi wrote: > Not any specific request.. but > i would be highly interested in showing ML in clojure landscape.. > showing something end to end.. debugging and optimization tips would be > great. > > I will be waiting.. > > -- > You received this message

Re: Preparing a proposal for EuroClojure presentation about Clojure and GPU, high-performance computing - suggestions welcome

2016-07-14 Thread Ashish Negi
Not any specific request.. but i would be highly interested in showing ML in clojure landscape.. showing something end to end.. debugging and optimization tips would be great. I will be waiting.. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To

Re: Preparing a proposal for EuroClojure presentation about Clojure and GPU, high-performance computing - suggestions welcome

2016-07-13 Thread Dragan Djuric
Hi Lee, Although converting a CPU system to GPU is not a straightforward task, I think that the theme I already intend to discuss would be highly beneficial (although not directly related) regarding the GP thing that you are asking for - Markov Chain Monte Carlo simulation. And, I sped it up te

Re: Preparing a proposal for EuroClojure presentation about Clojure and GPU, high-performance computing - suggestions welcome

2016-07-13 Thread 'Lee' via Clojure
Dragan, I would personally be interested in anything you might show about using GPUs to speed up up genetic programming in Clojure. A fair bit has been done using GPUs for GP (some can be found by searching for GPU here

Preparing a proposal for EuroClojure presentation about Clojure and GPU, high-performance computing - suggestions welcome

2016-07-13 Thread Dragan Djuric
I'm preparing a presentation proposal for EuroClojure 2016 about Clojure and GPU computing, high-performance computing, data analysis, and machine learning. If you are interested in that area, I am open to suggestions about specific stuff that you would like to be covered (regardless of whether

Re: Presentation about Clojure

2014-08-25 Thread Abraham
i like this one : http://bridgethillyer.github.io/simplicity-ws/#/ On Thursday, August 21, 2014 3:36:29 PM UTC+5:30, Cecil Westerhof wrote: > > I am far from an expert on Clojure, but I am thinking about giving a talk > about it on an Open Source event. > > Any tips about what to treat and

Re: Presentation about Clojure

2014-08-23 Thread Mars0i
On Saturday, August 23, 2014 12:04:51 PM UTC-5, Cecil Westerhof wrote: > > 2014-08-23 7:06 GMT+02:00 Mars0i >: > >> (1) Others may disagree, but ... although I love Lisps, think that >> purely functional programming is cool, and have come to see that there are >> situations in which FP is *gre

Re: Presentation about Clojure

2014-08-23 Thread Timothy Baldridge
I highly recommend this talk: https://www.youtube.com/watch?v=dzP05hEDNvs The title is mostly about persistent data structures, but in reality the talk serves as an excellent intro to clojure. On Sat, Aug 23, 2014 at 11:04 AM, Cecil Westerhof wrote: > 2014-08-23 7:06 GMT+02:00 Mars0i : > > (1)

Re: Presentation about Clojure

2014-08-23 Thread Cecil Westerhof
2014-08-23 7:06 GMT+02:00 Mars0i : > (1) Others may disagree, but ... although I love Lisps, think that purely > functional programming is cool, and have come to see that there are > situations in which FP is *great*, I am not someone who thinks that FP is > always clearer (easier to understand)

Re: Presentation about Clojure

2014-08-22 Thread Mars0i
(Caveat: I have never seen *any* Clojure presentations, even on Youtube.) (1) Others may disagree, but ... although I love Lisps, think that purely functional programming is cool, and have come to see that there are situations in which FP is *great*, I am not someone who thinks that FP is alwa

Re: Presentation about Clojure

2014-08-21 Thread Bruno Kim Medeiros Cesar
I've given the following presentation in 30 minutes: https://github.com/brunokim/learning-clojure. I've used LightTable to change and evaluate code live, mutating from the code in short-preso/ to the one in notes/. It's probably not well annotated, I intended to make a video with that but didn'

Re: Presentation about Clojure

2014-08-21 Thread David Powell
For me the most practical benefit of Clojure is how easy it makes combining, transforming, and processing data from various sources. Just as SQL is better for querying a relational database than writing a load of imperative for-loops; Clojure's functional transformations of immutable data are far m

Re: Presentation about Clojure

2014-08-21 Thread Ashton Kemerling
't extend it manually. But in lisp you can do it >>>>> just as library. >>>>> For example: >>>>> - Go channels - core.async >>>>> - logic programming - core.logic >>>>> >>>>> Link to pres

Re: Presentation about Clojure

2014-08-21 Thread Serzh Nechyporchuk
- Go channels - core.async >>>> - logic programming - core.logic >>>> >>>> Link to presentation >>>> https://docs.google.com/presentation/d/1ewQYugwi9mBdogWMLGQM74uadrI-jw4Kf3Tasxve_bs/edit?usp=sharing >>>> >>> >>> ​Thank yo

Re: Presentation about Clojure

2014-08-21 Thread Cecil Westerhof
​Thank you very much. You have almost done all the work for me. ;-) >> >> I suppose that the people you gave this presentation to already knew >> something? >> How much time did your presentation take?​ >> >> >> >>> >>> 2014-08-21 13:39 GMT+03:00

Re: Presentation about Clojure

2014-08-21 Thread Serzh Nechyporchuk
hat the people you gave this presentation to already knew > something? > How much time did your presentation take?​ > > > >> >> 2014-08-21 13:39 GMT+03:00 Cecil Westerhof : >> >>> >>> 2014-08-21 12:33 GMT+02:00 Serzh Nechyporchuk : >>> >&g

Re: Presentation about Clojure

2014-08-21 Thread Cecil Westerhof
w something? How much time did your presentation take?​ > > 2014-08-21 13:39 GMT+03:00 Cecil Westerhof : > >> >> 2014-08-21 12:33 GMT+02:00 Serzh Nechyporchuk : >> >> I can give you my presentation about Clojure. I have several questions: >>> >>> - (cl

Re: Presentation about Clojure

2014-08-21 Thread Serzh Nechyporchuk
ion/d/1ewQYugwi9mBdogWMLGQM74uadrI-jw4Kf3Tasxve_bs/edit?usp=sharing 2014-08-21 13:39 GMT+03:00 Cecil Westerhof : > > 2014-08-21 12:33 GMT+02:00 Serzh Nechyporchuk : > > I can give you my presentation about Clojure. I have several questions: >> >> - (classic) parenthesis >

Re: Presentation about Clojure

2014-08-21 Thread Cecil Westerhof
2014-08-21 12:33 GMT+02:00 Serzh Nechyporchuk : > I can give you my presentation about Clojure. I have several questions: > > - (classic) parenthesis > - How do you model your domain without objects? > - About dsl. If clojure is good for dsl, does it mean that when you get > new

Re: Presentation about Clojure

2014-08-21 Thread Cecil Westerhof
2014-08-21 12:23 GMT+02:00 Serzh Nechyporchuk : > Adding to previous answer, I think that you have to say about clojure > macro power and > ​​ > ​​ > lisp's programming paradigm as library. And also you have to mention about > clojure polymorphism and how it solves expression problem. > ​Thanks.​

Re: Presentation about Clojure

2014-08-21 Thread Serzh Nechyporchuk
I can give you my presentation about Clojure. I have several questions: - (classic) parenthesis - How do you model your domain without objects? - About dsl. If clojure is good for dsl, does it mean that when you get new librarty with its own dsl, you have to learn new language? - How does new

Re: Presentation about Clojure

2014-08-21 Thread Cecil Westerhof
2014-08-21 12:18 GMT+02:00 Kalina Todorova : > Well if it is introduction to Clojure you can stick to the main things > about immutability, lists, concurrency, JVM, repl, interop > ​I could handle that. But can I fill three quarters of an hour with that? Also, is there someone who has done somet

Re: Presentation about Clojure

2014-08-21 Thread Serzh Nechyporchuk
Adding to previous answer, I think that you have to say about clojure macro power and lisp's programming paradigm as library. And also you have to mention about clojure polymorphism and how it solves expression problem. 2014-08-21 13:18 GMT+03:00 Kalina Todorova : > Well if it is introduction to

Re: Presentation about Clojure

2014-08-21 Thread Kalina Todorova
Well if it is introduction to Clojure you can stick to the main things about immutability, lists, concurrency, JVM, repl, interop On Thu, Aug 21, 2014 at 12:06 PM, Cecil Westerhof wrote: > I am far from an expert on Clojure, but I am thinking about giving a talk > about it on an Open Source eve

Presentation about Clojure

2014-08-21 Thread Cecil Westerhof
I am far from an expert on Clojure, but I am thinking about giving a talk about it on an Open Source event. Any tips about what to treat and what not to treat? I will have about 45 minutes. -- Cecil Westerhof -- You received this message because you are subscribed to the Google Groups "Clojur