Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
ANN: Clojuratica -- A seamless interface to Mathematica for fast numerics and more
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Garth Sheldon-Coulson  
View profile  
 More options Jul 27 2009, 9:24 am
From: Garth Sheldon-Coulson <g...@mit.edu>
Date: Mon, 27 Jul 2009 09:24:52 -0400
Local: Mon, Jul 27 2009 9:24 am
Subject: ANN: Clojuratica -- A seamless interface to Mathematica for fast numerics and more

Dear Clojurians,

I would like to announce *Clojuratica <http://clojuratica.weebly.com/>,* a
high-performance, seamless Clojure interface to Wolfram
Mathematica<http://clojuratica.weebly.com/#mathematica>.

Mathematica will be familiar to many on this list already. It is probably
the world's most powerful integrated software package for numerics, symbolic
mathematics, optimization, statistics, and visualization. It is built around
a robust, Lisp-like functional programming language. If you are unfamiliar
with Mathematica or haven't encountered the most recent version, I encourage
you to learn more about it <http://clojuratica.weebly.com/#mathematica>.

The union of Clojure and Mathematica* *will be useful and potentially
transformational for anyone who works in scientific computing, parallelized
simulation, finance, or other areas where Clojure's strengths in concurrency
and parallelism are complemented by Mathematica's array of numerical
routines and visualization tools.

I wrote Clojuratica for my own research involving CPU-intensive simulation
and Bayesian inference. I strongly believe that Clojure and Mathematica
could outshine the existing crop of scientific computation packages,
including NumPy, MATLAB, and R. Clojure's own
Incanter<http://incanter.org/>is a terrific piece of software, but it
will be some time until it can match
Mathematica feature-for-feature.

The following is a list of Clojuratica's core capabilities, copied from the
new Clojuratica web site <http://clojuratica.weebly.com/>. On the web site
you will also find a Clojuratica
tutorial<http://clojuratica.weebly.com/tutorial.html>and Clojuratica
Google group <http://groups.google.com/group/clojuratica>.

The features:

   - Clojuratica enables the *seamless translation of native data structures
   * between Clojure and Mathematica, including high-precision numbers,
   matrices, N-dimensional arrays, and arbitrary Java objects.
   - Clojuratica makes it easy to *evaluate Mathematica expressions from
   Clojure*. Now Clojure programs can take advantage of Mathematica's
   enormous range of numerical and symbolic algorithms and its fast matrix
   algebra routines.
   - Clojuratica offers an elegant syntax that integrates closely with
   Clojure.
   - Clojuratica builds a bridge between Clojure's state-of-the-art
   concurrency features and Mathematica's existing parallel-computing
   capabilities. It adds *a high-performance, non-blocking concurrency queue
   * that mediates communication between Clojure and Mathematica. Now it is
   easy to run a simulation in Clojure with 10,000 independent threads, each
   asynchronously evaluating processor-intensive expressions in Mathematica.
   The computations will be farmed out adaptively to however many Mathematica
   kernels are available on any number of processor cores — either locally or
   across a cluster, grid, or network. The result is *the "Clojurization" of
   Mathematica's existing parallel-computing capabilities*.

I encourage you to look at the Clojuratica web
site<http://clojuratica.weebly.com/>,
tutorial <http://clojuratica.weebly.com/tutorial.html>, and Google
group<http://groups.google.com/group/clojuratica>.
I hope you find Clojuratica's syntax easy and intuitive.

If you think you may find Clojuratica useful, please let me know. The level
of interest will dictate whether I write more complete documentation and add
new features.

I would also be very glad to hear comments, constructive pieces of
criticism, and kudos on the design and implementation. Feature suggestions
and bug reports are welcome. Please use the Google
group<http://groups.google.com/group/clojuratica>.
This is beta software with all the usual caveats.

Best regards,
Garth Sheldon-Coulson

P.S. For those interested in implementation details: The heart of
Clojuratica is a Clojure-written Java class called CExpr that implements
ISeq and wraps the homoiconic Mathematica expression object (similar to the
Lisp s-expression). Implementing CExpr was a breeze thanks to the sequence
library, and everything else followed quickly from there. Implementing the
concurrency queue was also easy thanks to STM. Clojure strikes again.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Rychter  
View profile  
 More options Jul 27 2009, 9:43 am
From: Jan Rychter <j...@rychter.com>
Date: Mon, 27 Jul 2009 15:43:56 +0200
Local: Mon, Jul 27 2009 9:43 am
Subject: Re: ANN: Clojuratica -- A seamless interface to Mathematica for fast numerics and more

Garth Sheldon-Coulson <g...@mit.edu> writes:
> I would like to announce *Clojuratica <http://clojuratica.weebly.com/>,* a
> high-performance, seamless Clojure interface to Wolfram
> Mathematica<http://clojuratica.weebly.com/#mathematica>.

Wow! This is exactly what I needed. I've been looking for interfaces to
Mathematica back when I was still using Common Lisp. Recently I do most
of my coding in Clojure and I'd eventually cook up something similar to
what you did, only with much less functionality. I've even been looking
at documentation for J/Link recently.

Thank you, this interface will be very useful.

--J.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »