Re: translating Common Lisp to Clojure?

2013-06-17 Thread Ivan Pierre
The BIG problem is that Common Lisp is mutable. Creating a DSL for common lisp, creatin cons, managing syntax, and so on, no probl. Even manage a Lisp-2. But as you have that fucken fset, you have to do counterClojure. Ask Deuce guy : http://skillsmatter.com/podcast/scala/deuce-is-not-yet-emacs-u

Re: learning records and namespaces

2013-08-28 Thread Ivan Pierre
What is field ? a symbol ? of what ? Is it defined as a Storable ? if fle is just a symbol, so (save Symbol) is not defined. And (.save Symbol) he can't find the link in Symbol Protocol (?) for save... What did you try to do with this poor Symbol ? -- -- You received this message because you

I put a site with usable JavaDoc for Clojure.

2015-04-02 Thread Ivan Pierre
https://github.com/PoleKilroySoft/ClojureJavadoc There are the package level Javadocs for latest versions of Clojure, now from Clojure 1.3.0 to 1.7.0-alpha6. Link to the Javadoc site, corresponding release sources and zipped sites for a local usage... I'll try to go until the version 1.0 for edu

Re: I put a site with usable JavaDoc for Clojure.

2015-04-04 Thread Ivan Pierre
Finished... from version 1.0 to 1.7.0-alpha6. -- 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 un

Re: Is there some central information available on Java 9 compatibility for Clojure and tools

2018-02-27 Thread Ivan Pierre
There are already some posts about the work to do (a little bit) Java 9 was recently released on September 21st, 2017. If you’re a Clojure developer, you’re probably keen to try it out to see some of the new features and performance improvements available. To do so, you need to do a few things.

Re: How to visualise relations, bahavior and so on in functional programming ?

2018-03-04 Thread Ivan Pierre
I remember the quite old SA/SD DFD from Yourdon/DeMarco. Here is a study on building a tool using these concepts: http://dspace.siu.ac.th/bitstream/1532/297/3/SIU%20SS%20SOT-MSIT-2007-02.pdf It's a very neat way to describe a system visually to a n00b client and/or define it with him. -- You

Re: Arithmetic simplifier

2018-08-20 Thread Ivan Pierre
That's normal read-string is : Sequentially read and evaluate the set of forms contained in the string So you have to read EVERY S-expressions in a loop. BUT 1x is not an S-Expr... Trying a number, but x doesn't work, Trying a symbol, but 1 as first char doesn't work. The best way is to read

Re: (= '(java.lang.String) (list java.lang.String)) => false ?

2013-11-10 Thread Ivan Pierre
The problem with your quote is that you want to only quote the list but also eval the values in the list, well I think create a list w/o function call. (quote) as a special form will evaluate nothing... but you can force evaluation... :D user=> (type (first `(~java.lang.String))) ; ! backquote

Most frequently enabled Emacs packages - adereth

2013-12-08 Thread Ivan Pierre
As part of the Emacs-24.4 release, emacs-devel is conducting a surveyto find out which vanilla GnuEmacs packages/modes people enable by default. The responses are in one big plain-text alphabetical list which isn’t really