Turning the Conference Inside Out - reflecting backward & forward on Clojure conferences and growth

2025-06-11 Thread Daniel Slutsky
Siyoung Byun and I recorded a conversation to reflect upon our approach to conference-making: https://www.youtube.com/watch?v=n6ICeRyXHsI This is a short version of a couple of longer conversations we had on these topics. We are curious to hear your thoughts at the survey: https://bit.ly

Re: [ANN] New blog post on Perfumed Nightmare

2024-06-13 Thread Daniel Slutsky
Inspired by this thread, the Scicloj visual-tools group will host a meetup with Gary and Daniel on Sunday. https://clojureverse.org/t/visual-tools-meeting-26-gemini-space-age-protocols-from-the-repl/ On Wednesday 1 May 2024 at 18:19:06 UTC+3 Gary Johnson wrote: > Daniel Szmulewicz wri

Final CfP: ACM Workshop on Functional Software Architecture [Deadline June 3]

2024-05-23 Thread Michael Sperber
== *** FUNARCH 2024 -- CALL FOR PAPERS *** Second ACM SIGPLAN Workshop on Functional Software Architecture - FP in the Large 6th September 2024, Milan, Italy Co-located with ICFP 2024 https

Final Call: ACM Workshop on Functional Art, Music, Modelling and Design (Deadline June 1)

2024-05-23 Thread Michael Sperber
=== 12th ACM SIGPLAN International Workshop on Functional Art, Music, Modelling and Design (FARM) Call for Papers, Demos, and Performance Milan, Italy, 2nd September 2024 Deadline: June 1

Re: [ANN] New blog post on Perfumed Nightmare

2024-05-01 Thread Gary Johnson
Daniel Szmulewicz writes: > Greetings fellow Clojurians, > > I am excited to announce the publication of my latest in-depth blog > post on the topic of HTTP and web application development. Since I am > currently looking for work, I had the opportunity to dedicate my > morn

Re: [ANN] New blog post on Perfumed Nightmare

2024-04-28 Thread Daniel Szmulewicz
Apologies for the jumbled paragraph which should read: This whirlwind tour sheds light on the design of web frameworks that emerged in all language communities (Servlets, WSGI or Rack), reflecting the need to standardize around a portable interface abstracting HTTP. On Sunday, April 28, 2024

[ANN] New blog post on Perfumed Nightmare

2024-04-28 Thread Daniel Szmulewicz
Greetings fellow Clojurians, I am excited to announce the publication of my latest in-depth blog post on the topic of HTTP and web application development. Since I am currently looking for work, I had the opportunity to dedicate my mornings - when I’m at peak mental clarity - to creating this

Call for Papers: ACM Workshop on Functional Art, Music, Modelling and Design (Deadline June 1)

2024-04-04 Thread Michael Sperber
=== 12th ACM SIGPLAN International Workshop on Functional Art, Music, Modelling and Design (FARM) Call for Papers, Demos, and Performance Milan, Italy, 2nd September 2024 Deadline: June 1

Call for Papers: ACM Workshop on Functional Software Architecture

2024-03-13 Thread Michael Sperber
== *** FUNARCH 2024 -- CALL FOR PAPERS *** Second ACM SIGPLAN Workshop on Functional Software Architecture - FP in the Large 6th September 2025, Milan, Italy Co-located with ICFP 2024 https

[ANN] Simple Clojure/ClojureScript IDE based on Protege and Figwheel-main

2023-12-07 Thread ru
egroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/clojure/9d632985-12a6-40ab-b7cd-48b33cf58551n%40googlegroups.com.

Re: Can't start figweel.main on other Linux-machine

2023-12-07 Thread ru
; > ru@ru-sitrol:~/clojure/pro-figweel$ clojure -m figweel.main -b dev -r > > 8<-->8 > > Downloading from clojars and error messages elided > > 8<-->8 > > > "Co

Re: Can't start figweel.main on other Linux-machine

2023-11-28 Thread Gary Johnson
Downloading from clojars and error messages elided 8<-->8 > "Could not locate figweel/main__init.class, figweel/main.clj or > figweel/main.cljc on classpath."}} > > > What can be reason of this? > Any help would

Can't start figweel.main on other Linux-machine

2023-11-28 Thread ru
ption) at clojure.main/main (main.java:40). Could not locate figweel/main__init.class, figweel/main.clj or figweel/main.cljc on classpath. Full report at: /tmp/clojure-5895329516753450693.edn ru@ru-sitrol:~/clojure/pro-figweel$ clojure -M -m figweel.main -b dev -r Execution error (FileNotFoundExce

Final Call for Papers: ACM Workshop on Functional Art, Music, Modelling and Design (Deadline June 1)

2023-05-10 Thread Michael Sperber
=== 11th ACM SIGPLAN International Workshop on Functional Art, Music, Modelling and Design (FARM) Call for Papers, Demos, and Performance Seattle, Washington, USA, 8th September 2023 Deadline

2nd Call for Papers: ACM Workshop on Functional Art, Music, Modelling and Design (Deadline June 1)

2023-04-21 Thread Michael Sperber
=== 11th ACM SIGPLAN International Workshop on Functional Art, Music, Modelling and Design (FARM) Call for Papers, Demos, and Performance Seattle, Washington, USA, 8th September 2023 Deadline

Clojure which would not work correctly if variables were allocated on the stack.

2023-03-12 Thread Sumeet
this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/clojure/c4a1b9d4-1339-411a-94b2-ac9a3f9dfb30n%40googlegroups.com.

Clojure Luminus framework and Single Sign On

2022-08-17 Thread Sameer Thajudin
up at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. To view this discussion on

CfP deadline extension June 8 - ACM Workshop on Functional Art, Music, Modelling and Design

2022-06-03 Thread Michael Sperber
=== 10th ACM SIGPLAN International Workshop on Functional Art, Music, Modelling and Design (FARM) Call for Papers, Demos, and Performance Ljubljana, Slovenia, 16th

Re: Any updates on spec after “Maybe Not” presentation?

2022-05-25 Thread Dmitry Kakurin
Thank you EuAndreh and Alex! Alex, is it still the plan that spec2 will become *the released spec* eventually? Or has thinking changed since then? I'm curious if any serious obstacles to the spec2 approach were discovered since Rich gave the talk. Thank you, Dmitry. On Tuesday, May 24,

Re: Any updates on spec after “Maybe Not” presentation?

2022-05-24 Thread Alex Miller
The schema and select support has been added to spec in spec2 (https://github.com/clojure/spec-alpha2) but is still a work in progress. You can find more info at https://github.com/clojure/spec-alpha2/wiki/Schema-and-select . Alex On Thursday, May 19, 2022 at 4:12:33 PM UTC-5 Dmitry Kakurin

Re: Any updates on spec after “Maybe Not” presentation?

2022-05-22 Thread 'EuAndreh' via Clojure
bed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/clojure/165324054467.3399.2499847542854819811%40localhost.

Any updates on spec after “Maybe Not” presentation?

2022-05-19 Thread Dmitry Kakurin
Hello, The “Maybe Not” talk from 2018 has hinted at significant upcoming changes for spec, such as removal of “:req” keys for map specs and potential introduction of “spec/select”. But I could not find any additional information in the past 3-4 years on the evolution of that line of development

Final CfP - ACM Workshop on Functional Art, Music, Modelling and Design - Deadline June 1

2022-05-14 Thread Michael Sperber
=== 10th ACM SIGPLAN International Workshop on Functional Art, Music, Modelling and Design (FARM) Call for Papers, Demos, and Performance Ljubljana, Slovenia, 16th

Clojure Nails - playlist of short videos on different Clojure topics

2022-05-10 Thread 'Андрей Иванов' via Clojure
Hello! I overcame my embarrassment and started regular short youtube streams called Clojure Nails I’l try to make them daily, let’s see how long can I do it. Here is the link on the playlist, enjoy it! <https://www.youtube.com/watch?v=G_huGfpl2PA&list=PLvEhqHVS-lc8FiHDUXSVnk-mbmyUtBb

2nd CfP - ACM Workshop on Functional Art, Music, Modelling and Design - Deadline June 1

2022-04-10 Thread Michael Sperber
=== 10th ACM SIGPLAN International Workshop on Functional Art, Music, Modelling and Design (FARM) Call for Papers, Demos, and Performance Ljubljana, Slovenia, 16th

ANN: Clojars one-off deploy tokens; emails on deployment

2022-03-18 Thread Toby Crawley
re is ON by default for new user signups, and OFF by default for existing users. Please open an issue at https://github.com/clojars/clojars-web/issues if you have any questions or concerns. This work is part of ongoing maintenance & security improvements sponsored by Clojurists Togeth

ACM Workshop on Functional Art, Music, Modelling and Design - Call for Papers, Demos, and Performances

2022-03-13 Thread Michael Sperber
=== 10th ACM SIGPLAN International Workshop on Functional Art, Music, Modelling and Design (FARM) Call for Papers, Demos, and Performance Ljubljana, Slovenia, 16th

Call for Participation: Study on Visual and Interactive-Syntax in Clojure(Script)

2022-01-11 Thread Leif Andersen
The Programing Research Laboratory at Northeastern University is conducting a study on the usability of visual and interactive syntax for ClojureScript. Participation involves filling out a questionnaire and is expected to take about 30 minutes. The questionnaire consists of multiple choice

Re: Ruby on Rails similar functionality for auto-generating an API?

2022-01-08 Thread Orestis Markou
Hi, I’m not sure it’s a 100% match of what you want but https://coast.swlkr.com/ is a recent attempt at a full stack framework. Perhaps it will be useful. Best, Orestis > On 8 Jan 2022, at 6:27 AM, Laws wrote: > > In Ruby on Rails, given an existing database, it is ver

Ruby on Rails similar functionality for auto-generating an API?

2022-01-07 Thread Laws
In Ruby on Rails, given an existing database, it is very easy to autogenerate much of the code needed to serve a simple RESTful API. Does the Clojure ecosystem have anything like that? -- You received this message because you are subscribed to the Google Groups "Clojure" group.

Extra optional attr-map argument on defn... why?

2021-08-08 Thread Robert Levy
single arity definitions to the current multiple-arity definitions, and when it did this, it introduced the metadata options. Back then, all of this was in src/boot.clj. The checkin was 23df286 on Mar 7, 2008 <https://github.com/clojure/clojure/commit/23df28671fe46d4a39d2aadc36262c9dae1f40

ACM Workshop on Functional Art, Music, Modelling and Design - 2nd Call for Papers, Demos, and Performances

2021-04-16 Thread Michael Sperber
=== 7th ACM SIGPLAN International Workshop on Functional Art, Music, Modelling and Design (FARM) Call for Papers, Demos, and Performance Virtual, 27th August

ACM Workshop on Functional Art, Music, Modelling and Design - Call for Papers, Demos, and Performances

2021-02-25 Thread Michael Sperber
=== 7th ACM SIGPLAN International Workshop on Functional Art, Music, Modelling and Design (FARM) Call for Papers, Demos, and Performance Virtual, 27th August

cljctools/peernode: an example core.async program exposing js-ipfs daemon's pubsub over rsocket (written in clojurescript, runs on nodejs)

2020-11-21 Thread Sergei Udris
https://github.com/cljctools/peernode Sharing as an example/reference of using core.async and rsocket. Runs on nodejs. Details and links to IPFS and RSocket in readme. Reddit post: https://www.reddit.com/r/Clojure/comments/jy7jtl/cljctoolspeernode_an_example_coreasync_program/ -- You

Re: Newbie Classpath issues on OSX

2020-10-10 Thread Jeremy Heiler
Can you share your project.clj and your project's directory structure? On Oct 3, 2020 at 6:17:36 PM, ok_computer wrote: > After reinstalling Leiningen via brew, I started getting classpath > errors. I uninstalled all my Clojure libs, deleted the ~/.lein folder and > started fr

Newbie Classpath issues on OSX

2020-10-03 Thread ok_computer
va 11.0.8-zulu, with macOS Catalina 10.15.7 Below is the exception, in case it matters: #error { :cause Could not locate myapp/core__init.class, myapp/core.clj or myapp/core.cljc on classpath. :via [{:type java.io.FileNotFoundException :message Could not locate myapp/core__init.class, myap

Clojurists Together wants to fund you to work on your open source Clojure project from August-October 2020

2020-07-23 Thread Daniel Compton
Hi folks Clojurists Together <https://www.clojuriststogether.org> is about to award another round of funding to support open source Clojure projects. *Applications <https://www.clojuriststogether.org/open-source/> close on Tuesday 28th July.* Clojurists Together is an organisation,

Re: Announcement: clj-paper-print Clojure library for easy printing on actual paper.

2020-06-14 Thread Rostislav Svoboda
clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.goo

Announcement: clj-paper-print Clojure library for easy printing on actual paper.

2020-06-14 Thread narocath
Hi everyone, I just wanted to announce the release of my project: clj-paper-print clojars <https://clojars.org/clj-paper-print> github <https://github.com/narocath/clj-paper-print> Clj-paper-print is a thin wrapper around `java.awt.print` for printing on actual paper. At the curren

Re: Deep Learning for Programmers book 0.16.0: new chapter on Multi-class classification and metrics

2020-05-10 Thread Dragan Djuric
It makes the book possible. On Sunday, May 10, 2020 at 8:39:37 PM UTC+2, Ali M wrote: > > Why a subscription model for a book wouldn't that make the book very > expensive ? > > > > On Thursday, April 2, 2020 at 6:06:33 AM UTC-4, Dragan Djuric wrote: >> >

Re: Deep Learning for Programmers book 0.16.0: new chapter on Multi-class classification and metrics

2020-05-10 Thread Ali M
Why a subscription model for a book wouldn't that make the book very expensive ? On Thursday, April 2, 2020 at 6:06:33 AM UTC-4, Dragan Djuric wrote: > > Deep Learning for Programmers: An Interactive Tutorial with CUDA, OpenCL, > DNNL, Java, and Clojure > version 0.16.

Re: Clojurists Together wants to fund you to work on your open source Clojure project from May-July 2020

2020-04-22 Thread Daniel Compton
https://www.clojuriststogether.org/news/q2-2020-funding-announcement/. Thanks to all of our members <https://www.clojuriststogether.org/members/> for your support, we couldn't do it without you. Daniel and the Clojurists Together committee On Fri, Apr 3, 2020 at 8:37 PM Daniel Compton <

Clojurists Together wants to fund you to work on your open source Clojure project from May-July 2020

2020-04-03 Thread Daniel Compton
Hi folks Clojurists Together <https://www.clojuriststogether.org> is about to award another round of funding to support open source Clojure projects. *Applications <https://www.clojuriststogether.org/open-source/> close on Thursday, April 9th at 11:59pm PST.* Clojurists To

Deep Learning for Programmers book 0.16.0: new chapter on Multi-class classification and metrics

2020-04-02 Thread Dragan Djuric
this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. To view th

Re: Noob: Getting (re)started with Clojure on OS X

2020-03-28 Thread R Aguilera
I was having the same issue as above and deleting my `lein` folder in my root directory solved my issue. Thank you so much, I was about to give up learning Clojure. On Wednesday, March 13, 2019 at 10:20:08 AM UTC-7, Sean Corfield wrote: > > Check what’s in your ~/.lein/profiles.cl

italian government is making a fast call for contributions on telemedicine and data analysis solutions in order to contain the spread of Covid-19

2020-03-24 Thread Alan Moore
group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. To view this discussion

italian government is making a fast call for contributions on telemedicine and data analysis solutions in order to contain the spread of Covid-19

2020-03-24 Thread icamts
Hi all, italian government is making a fast call for contributions on telemedicine and data analysis solutions in order to contain the spread of Covid-19. Government is looking for working solutions to adapt/integrate with existing information systems. In my experience solutions written in

Re: Clj on Win: Error building classpath

2020-03-10 Thread 'Alex Miller' via Clojure
org/maven2/org/clojure/clojure/1.10.1/clojure-1.10.1.pom If you do need a proxy setup, there are docs on this at https://clojure.org/reference/deps_and_cli if you search for "Maven proxies" there. Alex On Tuesday, March 10, 2020 at 7:23:38 AM UTC-5, Daniel G. Gamonal wrote:

Clj on Win: Error building classpath

2020-03-10 Thread Daniel G. Gamonal
I tried on https://github.com/clojure/tools.deps.alpha/wiki/clj-on-Windows Some tweaking after, I'm stuck at: I've done a quick search and found nothing, also did on https://dev.clojure.org/jira/browse/TDEPS and provided same feedback. Now I'm going to try alternatives as onli

Re: Register to the International Clojure Data Science Meetup in Berlin on 27th of February

2020-02-25 Thread Daniel Slutsky
Thanks Alex! On Tuesday, 25 February 2020 19:10:43 UTC+1, Alex Miller wrote: > > I don't know if it makes sense, but might be worth updating the > clojure.org event page at https://clojure.org/events/2020/clojured (PR > to > https://github.com/clojure/clojure-site/blob/m

Re: Register to the International Clojure Data Science Meetup in Berlin on 27th of February

2020-02-25 Thread 'Alex Miller' via Clojure
I don't know if it makes sense, but might be worth updating the clojure.org event page at https://clojure.org/events/2020/clojured (PR to https://github.com/clojure/clojure-site/blob/master/content/events/2020/clojured.adoc). On Tuesday, December 17, 2019 at 8:59:30 AM UTC-6, Sami Kal

Re: Register to the International Clojure Data Science Meetup in Berlin on 27th of February

2020-02-25 Thread Daniel Slutsky
more details, it is recommended to use this Zulip stream: https://clojurians.zulipchat.com/#narrow/stream/224454-international-data-science-meetup-20200227 On Tuesday, 17 December 2019 15:59:30 UTC+1, Sami Kallinen wrote: > > The registration for The International Clojure Data Science Mee

Re: Odd exception on lazy sequence

2020-02-14 Thread KJO
OK. I got some super guidance from p-himik on the Slack channel (Thank you!). Essentially there was a TreeSet in one of the sets to be conj'ed and that was causing the exception. Apparently, it's not a trivial matter to conj tree-sets :-). -- You received this message becau

Odd exception on lazy sequence

2020-02-14 Thread KJO
I'm stumped on this. I have a function that returns a lazy sequence (let's call it lzs - it's produced by another function, and for this exercise I def'd it in the REPL from `*1'). It's a sequence of maps. When I apply a merge-with operation to the lazy seque

Re: Feedback on datafy/nav project

2020-01-31 Thread Derek Troy-West
er maps to the syntactic sugar. Finally, just a suggestion that 'objectify' might be a bit more explicit in intent to 'undatafy'. I look forward to getting it in the REPL once it's up on clojars, thanks! On Saturday, 1 February 2020 08:50:31 UTC+11, Jim foo.bar wrote: &g

Re: Feedback on datafy/nav project

2020-01-31 Thread dimitris
Sean, I've already done that ;) I will publish to clojars either this weekend or the next - I just want to add some more tests... On 31/01/2020 21:34, Sean Corfield wrote: Dimitris, As a follow-up to Alex’s comments: if you change your lib to extend the clojure.datafy version,

RE: Feedback on datafy/nav project

2020-01-31 Thread Sean Corfield
;re not really alive." -- Margaret Atwood From: dimitris Sent: Friday, January 31, 2020 1:23 PM To: clojure@googlegroups.com Subject: Re: Feedback on datafy/nav project Ok, thanks a million Alex On 31/01/2020 21:13, Alex Miller wrote: Datafiable is not special, the guidelines (recently refreshed wi

Re: Feedback on datafy/nav project

2020-01-31 Thread dimitris
Ok, thanks a million Alex On 31/01/2020 21:13, Alex Miller wrote: Datafiable is not special, the guidelines (recently refreshed with Rich's input at https://clojure.org/reference/protocols#_guidelines_for_extension) still make sense, but are still just guidelines for your thinking not

Re: Feedback on datafy/nav project

2020-01-31 Thread Alex Miller
rtainty that no one else would actually use it, and that seems like a waste of time. On Friday, January 31, 2020 at 1:24:09 PM UTC-6, Jim foo.bar wrote: > > I tend to agree with you in where the benefit is - it's just that the way > the protocol docs are phrased, and some of the lan

Re: Feedback on datafy/nav project

2020-01-31 Thread dimitris
r the purpose of open extension by third parties, and that the protocol extension guidelines don't really apply to it (or perhaps not as strictly)? Thanks for taking the time :) Dimitris On 31/01/2020 01:23, Sean Corfield wrote: If your library is intended specifically to provide the

RE: Feedback on datafy/nav project

2020-01-30 Thread Sean Corfield
;re not really alive." -- Margaret Atwood From: dimitris Sent: Thursday, January 30, 2020 9:58 AM To: clojure@googlegroups.com Subject: Re: Feedback on datafy/nav project Well, the official Clojure guidelines are to NOT extend protocols, unless you own either the protocol of the type(s) [1]. In p

Re: Feedback on datafy/nav project

2020-01-30 Thread dimitris
Hmmm... how would that work? I want datafy to work on java.time objects - not Clojure maps (as you showed). On 30/01/2020 18:37, Christian Gonzalez wrote: I think you could also add some metadata to allow datafy-ing instead of extending the protocol: (with-meta {:name "John Doe"

Re: Feedback on datafy/nav project

2020-01-30 Thread Christian Gonzalez
I think you could also add some metadata to allow datafy-ing instead of extending the protocol: (with-meta {:name "John Doe" :language "us"} {`clojure.core.protocols/datafy (fn [x] ...)}) On Thursday, January 30, 2020 at 10:28:20 AM UTC-8, Jim foo.bar wrote: > > Moreo

Re: Feedback on datafy/nav project

2020-01-30 Thread dimitris
Java // //interfaces. Rest assured if a protocol should extend to it, it will, // //else lobby for it. / On 30/01/2020 17:58, dimitris wrote: Well, the official Clojure guidelines are to NOT extend protocols, unless you own either the protocol of the type(s) [1]. In particular these lines:/ / /If you

Re: Feedback on datafy/nav project

2020-01-30 Thread dimitris
when extending protocols included with Clojure itself./ / / Kind regards, Dimitris [1]: https://clojure.org/reference/protocols#_extend_via_metadata On 30/01/2020 17:50, Sean Corfield wrote: Is there a reason you’ve mirrored those protocols/implementations rather than just use Clojure’s

RE: Feedback on datafy/nav project

2020-01-30 Thread Sean Corfield
Is there a reason you’ve mirrored those protocols/implementations rather than just use Clojure’s built-in versions? As it stands, your library wouldn’t work with other tooling that builds on Clojure’s datafy/nav (REBL, for example). Sean Corfield -- (904) 302-SEAN An Architect's View --

Feedback on datafy/nav project

2020-01-30 Thread dimitris
Hi folks, I'm looking for honest and constructive feedback on [1] - not so much about the actual implementation (even though these are welcome too), but rather about the general idea of basing everything on top of (mirrored versions) `datafy` and `nav` (in this way). There is a TL;DR se

Re: [ANN] thurber: Clojure on Apache Beam (distributed batch/streaming)

2020-01-24 Thread Beau Fabry
Hi Aaron, I was I guess the lead developer on clj-headlights. If you have any questions feel free to hit me up. It is afaik not actively maintained by anyone anymore. Cheers, Beau On Wednesday, January 22, 2020 at 8:21:57 AM UTC-8, Aaron D. wrote: > > > Hi Dominic thank you! &g

Re: [ANN] thurber: Clojure on Apache Beam (distributed batch/streaming)

2020-01-22 Thread Dominic Parry
further developments on Thurber though! On 22 Jan 2020, 18:22 +0200, Aaron D. , wrote: > > Hi Dominic thank you! > > Are you maintainer/contrib to datasplash, I would be happy to swap notes, > synthesize ideas. > > My org looked at datasplash. The biggest dealbreaker for us wa

Re: [ANN] thurber: Clojure on Apache Beam (distributed batch/streaming)

2020-01-22 Thread Aaron D.
#x27;t like the requirement to AOT compile our own code. With thurber I started w/ this goal to avoid AOT, be highly dynamic in the repl, but was also able to focus on certain performance areas from the bottom-up. thurber also eschews sugared/dsl-ish api for more direct/explicit interop w the Beam S

Re: [ANN] thurber: Clojure on Apache Beam (distributed batch/streaming)

2020-01-22 Thread Dominic Parry
Hi! Congratulations on the library! It makes me super happy when people build clojure libraries for the Google cloud ecosystem. I wanted to draw your attention to datasplash (https://github.com/ngrunwald/datasplash) which has made a start on this. I thought perhaps you could leverage some of

[ANN] thurber: Clojure on Apache Beam (distributed batch/streaming)

2020-01-21 Thread atdixon
Here is thurber (https://github.com/atdixon/thurber) (at early alpha release) that enables Clojure on Apache Beam platforms like Google Dataflow. thurber's goals include: - Full support for Beam capabilities - AOT-less (AOT not required; full dynamic support for serializing func

6th International Conference on Advanced Computing (ADCOM-2020)/April 25~26, 2020, Copenhagen, Denmark

2019-12-24 Thread jin soo
*6th International Conference on Advanced Computing (ADCOM-2020)* *https://acsty2020.org/adcom/index.html <https://acsty2020.org/adcom/index.html>* *April 25~26, 2020, Copenhagen, Denmark* *Call For Papers* *6**th** International conference on Advanced Computing (ADCOM-2020)* will p

Register to the International Clojure Data Science Meetup in Berlin on 27th of February

2019-12-17 Thread Sami Kallinen
The registration for The International Clojure Data Science Meetup in Berlin on 27th of February, a few days before ClojureD, is now open. It is a meetup about improving the Clojure Data Science story. Clojure is a fantastic language for data, yet the data science ecosystem still needs some

7th International Conference on Computer Science and Information Technology (CoSIT 2020) /January 25 ~ 26, 2020, Zurich, Switzerland

2019-11-21 Thread jin soo
*7**th** International Conference on Computer Science and Information Technology (CoSIT 2020)* *January 25 ~ 26, 2020, Zurich, Switzerland* *https://cosit2020.org/* <https://cosit2020.org/> *Scope & Topics* *7**th** International Conference on Computer Science and I

Re: A Concise Guide to Getting Started with Clojure on Windows

2019-10-17 Thread Brandon R
Hi Alex! That would be great actually. I'll read over that and see about getting in on there. Brandon On Thu, Oct 17, 2019 at 7:05 PM Alex Miller wrote: > We'd be happy to host a guide like this on clojure.org if you're > interested... > > https://clojure.org/

Re: A Concise Guide to Getting Started with Clojure on Windows

2019-10-17 Thread Alex Miller
We'd be happy to host a guide like this on clojure.org if you're interested... https://clojure.org/community/contributing_site Alex On Thursday, October 17, 2019 at 7:47:03 PM UTC-5, Brandon R wrote: > > Hello Clojure friends, > > I wrote this guide for a friend, and i

A Concise Guide to Getting Started with Clojure on Windows

2019-10-17 Thread Brandon R
Hello Clojure friends, I wrote this guide for a friend, and it's something I wish I had when I was starting. This guide focuses on Windows, VS Code, and Calva, though much of it would be useful to non-Windows users as well. Beginner resources have come a long way since I started, but ther

Re: pair programming with tmux spacemacs on Mac/Linux

2019-10-07 Thread Eli Naeher
On Mon, Oct 7, 2019, at 10:28 AM, Sonny To wrote: > This is not clojure specific but has anyone successfully used spacemacs to > pair programming with tmux and spacemacs? My pairing partner uses a mac with > french Canadian keyboard but when he ssh into my box > to pair, his key bi

pair programming with tmux spacemacs on Mac/Linux

2019-10-07 Thread Sonny To
y and paredit keybidings don't work for him. The keybinding works for me but I'm on Linux with a standard US keyboard. Appreciate any help! Below is ~/.emacs.d/init.el and ~/.tmux.conf ---init.el--- (setq gc-cons-threshold 1) (global-set-key (kbd "") 'meta) ;;(set-ke

Re: Clojurists Together wants to fund you to work on your open source Clojure project

2019-08-10 Thread Matching Socks
Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/clojure/9b2f7de5-9624-441a-8293-3ac933dedbc1%40googlegroups.com.

Re: Clojurists Together wants to fund you to work on your open source Clojure project

2019-08-07 Thread Daniel Compton
Hi folks I'm happy to announce that this quarter Clojurists Together is funding Shadow CLJS with Thomas Heller, Meander with Joel Holdbrooks, Calva with Peter Strömberg, and CIDER with Bozhidar Batsov. You can see more on the announcement at https://www.clojuriststogether.org/news/q3-2019-fu

Clojurists Together wants to fund you to work on your open source Clojure project

2019-07-11 Thread Daniel Compton
Hi folks Clojurists Together <https://www.clojuriststogether.org> is about to award another round of funding to support open source Clojure projects. *Applications <https://www.clojuriststogether.org/open-source/> close on Wednesday, July 17th, 2019 at 11:59pm PST.* Clojurists To

Re: Java Interop on steroids?

2019-07-03 Thread Chris Nuernberger
BeamFnIntegerString thus encoding the specializations of the baseclass into the type. One of my questions was about the range of types that end up specializing the BeamFn<>. Great link about the proxy attack, that is very interesting. I want to dive into that one a bit more. On Tue, Jul 2, 2

Re: Java Interop on steroids?

2019-07-02 Thread atdixon
I'm glad someone else is thinking on this too! #2 - For my case at the moment (Apache Beam), I believe we will always know the types in advance so using a Java class is workable but of course a (proxy++) would be ideal. Beam asks for us to extend abstract generic class so we must use (

Re: Java Interop on steroids?

2019-07-02 Thread Chris Nuernberger
. It may be then important to be able to override Object methods but maybe you already can with gen-class. On Tue, Jul 2, 2019 at 7:24 PM Chris Nuernberger wrote: > eglue, > > 1. I think this is a great idea if it is really necessary. I would be in > favor of a reify++ alone to si

Re: Java Interop on steroids?

2019-07-02 Thread Chris Nuernberger
up with a java class as on of the specializations. In this case, regardless of the cause, one answer might be an upgraded reify pathway. 4. Are these perhaps cases where you can create just a little bit of java as a generator somehow to generate the interface you need to reify? I would

Re: Java Interop on steroids?

2019-06-23 Thread Didier
cribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/clojure/37f95c64-257b-43c3-9c7c-0bf0f8087e54%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

Re: Java Interop on steroids?

2019-06-22 Thread atdixon
ed to emit generic type signatures (as metadata) in the compiled class file. The frameworks I mentioned reflect on these generic type parameters *at runtime* to drive their dynamic behavior. More information here: https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html#getGenericSuperclass--

Re: Java Interop on steroids?

2019-06-22 Thread Didier
For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegr

Re: Java Interop on steroids?

2019-06-22 Thread Chris Nuernberger
like the Koans for the majority of the codebase and still provide a pathway for new people. That's a lot of thinking for a weekend :-). Thanks for the post it was interesting! Chris ​ On Friday, June 21, 2019 at 5:18:06 PM UTC-6, Nathan Fisher wrote: > > Storm recently moved away f

Re: Java Interop on steroids?

2019-06-22 Thread Aaron Dixon
y had needed it... so crediting their perf gains to the PL switch is suspect imo.) On Sat, Jun 22, 2019 at 2:48 PM Nathan Fisher wrote: > They did cite a significant performance boost as a side effect. > > On Fri, Jun 21, 2019 at 21:04, Sean Corfield wrote: > >> I got the

Re: Java Interop on steroids?

2019-06-22 Thread Nathan Fisher
They did cite a significant performance boost as a side effect. On Fri, Jun 21, 2019 at 21:04, Sean Corfield wrote: > I got the impression this was the primary reason for Storm’s rewrite: > > > > While Storm's Clojure implementation served it well for many years, it wa

Re: Java Interop on steroids?

2019-06-22 Thread atdixon
ents would allow for this not uncommon Java interop need. On Saturday, June 22, 2019 at 5:38:36 AM UTC-5, Matching Socks wrote: > > By "generic type information", you mean the X in List ? > > > On Friday, June 21, 2019 at 12:03:46 AM UTC-4, atdixon wrote: >> >> Ho

Re: Java Interop on steroids?

2019-06-22 Thread atdixon
ents would allow for this not uncommon Java interop need. On Saturday, June 22, 2019 at 5:38:36 AM UTC-5, Matching Socks wrote: > > By "generic type information", you mean the X in List ? > > > On Friday, June 21, 2019 at 12:03:46 AM UTC-4, atdixon wrote: >> >> Ho

Re: Java Interop on steroids?

2019-06-22 Thread Matching Socks
By "generic type information", you mean the X in List ? On Friday, June 21, 2019 at 12:03:46 AM UTC-4, atdixon wrote: > > However -- there are many popular Java frameworks that love to reflect on > their annotations and their generic type signatures. > > To name a heav

RE: Java Interop on steroids?

2019-06-21 Thread Sean Corfield
lojure in order to contribute. Sean Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ____ From: clojure@googlegroups.com on behalf of Natha

RE: Java Interop on steroids?

2019-06-21 Thread Sean Corfield
Two reasons: 1. When I searched for ‘annotations in Clojure’ I pretty much came up empty – so I didn’t know you could do that sort of stuff with gen-class 😊 2. I was very focused on adding annotations to specific functions that I wanted New Relic to trace so I didn’t think much about

Re: Java Interop on steroids?

2019-06-21 Thread Nathan Fisher
27;ll never hit that boundary. On Fri, Jun 21, 2019 at 16:40, Chris Nuernberger wrote: > Sean, > > That is an interesting blog post. Sorry if I am not following everything > but why not use the annotation support in gen-class for those types of > things? > > > https://gi

Re: Java Interop on steroids?

2019-06-21 Thread Chris Nuernberger
On Friday, June 21, 2019 at 1:29:56 PM UTC-6, Sean Corfield wrote: > > You might be interested in how we provide type-based annotations on > Clojure functions so that tooling (in our case New Relic) sees those > annotations: > > > > > https://corfield.org/blog/2013/

  1   2   3   4   5   6   7   8   9   10   >