clojure-jsr223 and shibboleth ScriptedAttributeDefinition

2011-11-13 Thread Francesco
source. Am I missing something? Can you spot obvious mistakes? Please note changing attribute id from 'user/cljattr' to 'cljattr' does not change anything. thank you for your attention, Francesco PS: shibboleth claim

Re: clojure-jsr223 and shibboleth ScriptedAttributeDefinition

2011-11-27 Thread Francesco
nternet2.middleware.shibboleth.resolver.Script.cljattr")) (def cljattr (BasicAttribute. "cljattr")) (.add (.getValues cljattr) "CLOJURE") (.info logger (str "cljattr: " (.getValues cljattr))) ]]> Thank you for the quick answer! Francesco -- You re

Re: IntelliJ Plugin Pre-Alpha 0.03 Available

2009-01-23 Thread Francesco Bellomi
I installed it and it works really well, -- thanks to the authors for their work. btw, I installed it directly on my mac, without building it. Francesco On Jan 23, 6:08 pm, Peter Wolf wrote: > For those who like IntelliJ, a new version of the plugin is available.   > This one has nu

Re: IntelliJ Plugin Pre-Alpha 0.03 Available

2009-01-23 Thread Francesco Bellomi
IntelliJ 8.1 EAP build 9678 (which is the last released build) Mac Book Pro 10.5.6 java 1.5.0_16 I installed it through Updates / Plugins Host, as explained on the plugin dev site. Francesco On Jan 23, 10:12 pm, Peter Wolf wrote: > You are more than welcome.  Enjoy! > > I am intere

Re: Directed Graphs for Contrib

2009-02-22 Thread Francesco Bellomi
+1 Francesco On Feb 22, 2:59 am, Jeffrey Straszheim wrote: > As part of my Datalog work I'm putting together some directed graph > algorithms, mostly things like finding strongly connected components, and > building dependency stratifications (think topological sort but with

Re: Directed Graphs for Contrib

2009-02-23 Thread Francesco Bellomi
I agree -- an important goal is to define a suitable common way to represent graphs in terms of idiomatic Clojure data structures. Francesco On Feb 22, 4:11 pm, Jeffrey Straszheim wrote: > Just as a point of fact, I don't plan to make a complete *every algorithm > you can think

Re: Java 6 dependency in clojure-contrib ok?

2009-04-09 Thread Francesco Bellomi
Looks like an interesting idea for me; it would also allow for automated dependency analysis for a given target jvm. btw, I'd also prefer to have 1.5 compatibility Francesco On Apr 9, 2:24 am, Howard Lewis Ship wrote: > Looks like we need a macro: > > (for-jvm 1.5 () >

Re: Interest in a commercial IDE for Clojure?

2013-08-09 Thread Francesco Bellomi
Hi Colin, I'm a long time IntelliJ user and I would gladly pay for a serious Clojure plugin. Francesco On Saturday, July 27, 2013 1:54:58 PM UTC+2, Colin Fleming wrote: > > Hi all, > > I was planning to wait a little longer before going public, but since it's > pre

Re: Interest in a commercial IDE for Clojure?

2013-08-24 Thread Francesco Bellomi
me privately at francesco.bellomi(at)gmail. In any case, I wish you good luck with this project Francesco On Sunday, July 28, 2013 11:07:18 PM UTC+2, matt hoffman wrote: > > I've been watching your fork on Github for a while -- I've been excited to > see that someone is actively working

Re: [GSoC] Source meta information model proposal

2015-03-17 Thread Francesco Bellomi
Hi Christopher, I'm Francesco, the maintainer of crossclj.info I think it's a very interesting project. Some comments on your proposal: 1) I think the information model is by far most important deliverable. I agree with Reid that a sound "coordinate system" is very importa

Re: [ANN] Grimoire: up to date Clojure web docs

2014-07-01 Thread Francesco Bellomi
.info/doc/instaparse/1.3.2/instaparse.core.html http://crossclj.info/doc/clj-time/0.7.0/clj-time.core.html Overall, I think it's useful and enriching to see different UI approaches at work. Francesco On Wednesday, July 2, 2014 1:34:38 AM UTC+2, Reid McKenzie wrote: > > Hey guys, &g

Re: [ClojureScript] Re: ANN: ClojureScript 0.0-2301, Transducers!

2014-08-09 Thread Francesco Bellomi
Maybe is a geographical problem. Currently if i run lein try org.clojure/clojurescript 0.0-2307 it fails in Italy (where I live), but it succeeds on a DigitalOcean instance in their US (SF1) datacenter. Francesco On Saturday, August 9, 2014 1:01:06 PM UTC+2, Nicola Mometto wrote: > &g

Re: tools.analyzer[.js/.jvm], tools.emitter.jvm, status report

2014-08-19 Thread Francesco Bellomi
). Francesco org.clojure/core.typed clojure.core.typed.check.fnorg.clojure/core.typed clojure.core.typed.check.fn On Wednesday, August 13, 2014 6:54:54 PM UTC+2, Nicola Mometto wrote: > > > As some of you might know, I've been working contiuously on my various > tools.* cont

Re: tools.analyzer[.js/.jvm], tools.emitter.jvm, status report

2014-08-19 Thread Francesco Bellomi
). Francesco On Wednesday, August 13, 2014 6:54:54 PM UTC+2, Nicola Mometto wrote: > > > As some of you might know, I've been working contiuously on my various > tools.* contrib libraries for the past months and I've recently added > tools.analyzer.js to the list of con

Re: tools.analyzer[.js/.jvm], tools.emitter.jvm, status report

2014-08-19 Thread Francesco Bellomi
tactical errors (but still -- that would be the reader, as you said), and didn't check the environment. (btw, I'm using my own analyze-ns because I'm interested in trying to go ahead even if the evaluation of some top-level form fails) Sorry for the noise, and thanks again for your

help with tools.emitter.jvm

2014-10-17 Thread Francesco Bellomi
m#example-usage (e/eval '(+ 1 2) {:debug? true}) works correctly in my REPL, so the problem does not seem to be related to var resolution; also, the generated bytecode seems to be inconsistent (no field const__ is generated). I'm using the last published version ("0.1.0-beta5")

Re: help with tools.emitter.jvm

2014-10-17 Thread Francesco Bellomi
Of course you're right, I was using t.emitter with the last t.analyzer (0.6.1) thanks, Francesco On Friday, October 17, 2014 3:41:05 PM UTC+2, Nicola Mometto wrote: > > > Hi Francesco, > I just tried evaluating `(println "a")` with c.t.e.jvm using both -beta5 >

Re: Finding ClojureScript Libraries

2014-12-30 Thread Francesco Bellomi
auto-generated docs of ClojureScript related projects, Both these features are still buggy: CrossClj still has some problems cross-referencing some cljs projects. Also the docs search shows some unnecessary redundancy. I hope to fix these issues soon. Francesco [1] http://crossclj,info -- You rec

Re: instrumenting clojure.core

2016-06-14 Thread Francesco Bellomi
separate cases, and :fn is complicated in order to disallow the undesired combinations. Francesco On Tuesday, June 14, 2016 at 1:22:23 PM UTC+2, Alex Miller wrote: > > I was suggesting that you could do something like this (although I'm > pretty sure this doesn't work right no

Re: ANN: ClojureScript 1.9.456, Externs Inference & Comprehensive JS Modules Support

2017-01-28 Thread Francesco Bellomi
45093287298904.clj:1) at user$eval7152.invoke(form-init5778645093287298904.clj:1) at clojure.lang.Compiler.eval(Compiler.java:6978) at clojure.lang.Compiler.eval(Compiler.java:6968) at clojure.lang.Compiler.load(Compiler.java:7430) ... 12 more thanks in

Re: ANN: ClojureScript 1.9.456, Externs Inference & Comprehensive JS Modules Support

2017-01-28 Thread Francesco Bellomi
Found, thanks! Francesco -- 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

Re: [ANN] Grenada 1.0.0-rc.2

2015-08-26 Thread Francesco Bellomi
Hi Chris, CrossClj is similar in spirit to Hoogle, although it is more focused on cross-project browsing https://crossclj.info/ However, you cannot search by type signature, being Clojure not statically typed ;-) Francesco On Wednesday, August 26, 2015 at 7:52:31 AM UTC+2, zcaudate wrote

Re: [ANN] Release of pulley.cps 0.2.0

2015-09-22 Thread Francesco Bellomi
ng to have a comparison with core.async's CPS machinery: is pulley.cps expected to be more efficient performance-wise? Is it implemented using similar or comparable techniques? thanks, Francesco On Monday, September 21, 2015 at 9:24:20 PM UTC+2, Nathan Davis wrote: > > I'm p

Re: [ANN] Release of pulley.cps 0.2.0

2015-09-22 Thread Francesco Bellomi
https://github.com/brandonbloom/cleff Francesco On Tue, Sep 22, 2015 at 10:19 PM, Nathan Davis < nda...@positronic-solutions.com> wrote: > On Tuesday, September 22, 2015 at 6:37:13 AM UTC-5, Francesco Bellomi > wrote: >> >> Hi Nathan, >> >> I think it'

Re: [ANN] Specter book approach: please evaluate

2015-11-23 Thread Francesco Bellomi
Brian, I bought the current version of book. I really liked both the content and the approach. best, Francesco On Sunday, November 22, 2015 at 7:18:02 PM UTC+1, Brian Marick wrote: > > I announced a while back that I'd be writing a short book on Specter > https://github.

[ANN] CrossClj, a tool for cross-referencing the clojure ecosystem

2014-06-10 Thread Francesco Bellomi
e, like batch-executing other static analysis tools. Francesco Bellomi @fbellomi @crossclojure -- 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

destructuring let and for

2014-06-10 Thread Francesco Lunelli
il only an example, it could be everything else). If I do in this way (for [word ["the" "quick" "brown" "fox"]] (let [word (clojure.string/capitalize word)] (prn word))) it works, but I need to access the variables outside of the cycle for, after having

Re: destructuring let and for

2014-06-10 Thread Francesco Lunelli
o create three nodes calling them john paul and mary storing the value "John" "Paul" "Mary" and after having created them I want to be albe to connect nodes creating a relationship among them, with a funciont like rel (nrl/create conn john paul :friend)] I hope

Re: destructuring let and for

2014-06-10 Thread Francesco Lunelli
links among them. For example I need to link jupiter with pluto, jupiter with neptun, neptun with pluto and so on. Thanks Francesco On Tuesday, June 10, 2014 7:43:21 PM UTC+2, Paul G wrote: > > Hi Francesco, > > You want to decouple your code from the data that it is operating on,

Re: destructuring let and for

2014-06-11 Thread Francesco Lunelli
Thanks for the answer, I'll try to do as you suggest. Thanks On Tuesday, June 10, 2014 11:51:59 PM UTC+2, Paul G wrote: > > Hi Francesco, > > I apologize for using "for" earlier, as I did not explain how you should > be using it. The comment of "do someth

Re: [ANN] CrossClj, a tool for cross-referencing the clojure ecosystem

2014-06-11 Thread Francesco Bellomi
rowsing" on libraries you don't have (yet) installed. But still, I'm open to the discussion, and I will keep in mind your suggestion. [1] https://github.com/cemerick/pomegranate [2] https://eclipse.org/aether/ Francesco -- You received this message because you are subscribed to the Go

Re: [ANN] CrossClj, a tool for cross-referencing the clojure ecosystem

2014-06-11 Thread Francesco Bellomi
ment it's not very polished, and I want to better understand where the project is headed. thanks for your suggestions, they are very appreciated. Francesco [1] https://github.com/jonase/eastwood > > Gabriel > > -- You received this message because you are subscribed

Re: [ANN] CrossClj, a tool for cross-referencing the clojure ecosystem

2014-06-11 Thread Francesco Bellomi
ication). Of course namespaces need to be macroexpanded and fully evaluated, which causes a lot of funny side effects ;-) Hope this helps, feel free to ask for more details Francesco > > Thanks for building this. I look forward to playing around with it. > > Cheers, > --

Re: [ANN] CrossClj, a tool for cross-referencing the clojure ecosystem

2014-06-12 Thread Francesco Bellomi
nto releasing everything I do. thanks for your ideas, and I hope we will do something together in the future. Francesco On Thursday, June 12, 2014 3:23:31 AM UTC+2, Devin Walters (devn) wrote: > > Thanks for the reply Francesco. I know you said the code needs clean up > and all, but

Re: Clojure Literature

2013-01-18 Thread Francesco Agozzino
Actually i felt comfortable using The Joy of Clojure AND Programming Clojure... Keep in mind that i never used a Lisp-like language and i had only little knowledge of Java... Il giorno venerdì 18 gennaio 2013 15:46:14 UTC+1, Reginald Choudari ha scritto: > > I am looking for a new Clojure book

Clojure runtime fails to initialize in some contexts

2013-01-24 Thread Francesco Bellomi
.java:400) at clojure.lang.RT.doInit(RT.java:436) at clojure.lang.RT.(RT.java:318) Thanks in advance for any help or pointer. Francesco -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googl

Re: Clojure runtime fails to initialize in some contexts

2013-01-25 Thread Francesco Bellomi
m the current thread's context classloader. If I do: Thread.currentThread().setContextClassLoader(this.getClass.getClassLoader) just before making the call that cause Clojure runtime to be loaded and initialized, the error disappears. Francesco On Thursday, January 24, 2013 2:44:21 PM UTC+1,

Type hints in protocols and records

2010-08-28 Thread Francesco Bellomi
d [x y z] test (test-fn [a ^String b] b)) java.lang.IllegalArgumentException: Can't find matching method: test_fn, leave off hints for auto match. It is not clear to me if type hints are supported in protocols, and if so, how I can use them. thanks in advance, Francesco -- You received thi

Re: Type hints in protocols and records

2010-08-28 Thread Francesco Bellomi
thanks David, Is the support for type hints in protocols planned for future releases? Francesco On Aug 28, 5:10 pm, David Nolen wrote: > On Sat, Aug 28, 2010 at 9:46 AM, Francesco Bellomi < > > francesco.bell...@gmail.com> wrote: > > It is not clear to me if type h

Re: ANN: Indyvon - GUI library

2010-09-08 Thread Francesco Bellomi
Very interesting concept, thank you for sharing. Francesco On Sep 8, 3:39 am, Mikhail Kryshen wrote: > Hi, > > I have recently published Indyvon -- an experimental multithreaded GUI > library for Clojure. The main idea behind the library is that base UI > element (called &q

Client-Server comunication with shoreleave

2013-01-07 Thread Francesco Agozzino
Hi all... I'm an italian mathematician/developer and I'm working on a small tutorial on ClojureScript/Clojure. I'd like to give an insight into client server comunication via the shoreleave library and lein ring. Actually, I'd like to validate a email/password with this simple cljs function atta

Re: Client-Server comunication with shoreleave

2013-01-08 Thread Francesco Agozzino
Hi Paul, I'd like to thank You for you precious help. We managed to use your library and we are going to publish the tutorial in the modern-cljs series: https://github.com/magomimmo/modern-cljs . Cheers, Francesco Il giorno lunedì 7 gennaio 2013 18:39:41 UTC+1, Paul deGrandis ha scritto: &

Re: Reactions to google dart?

2011-10-11 Thread Francesco Bellomi
I think Dart could be an interesting lower-level target language, if the dart VM will prove to be intrinsically better than the JS VM. Francesco On Tuesday, October 11, 2011 10:14:33 AM UTC+2, Sidharth Kshatriya wrote: > > The thing that they are keeping "secret" is putting th