dialects

Which dialect of Lisp should I learn?

I know there are a few different dialects of Lisp. Having decided that learning Lisp would be a new intellectual experience, I would like to know which Lisp dialect to learn, and why. Is there one which is more popular than the others? Is any one of them more "complete", as in, better documented and supported? What are the pros and cons...

Java Spring: AnnotationSessionFactoryBean, Hibernate-Dialect AutoDetection

I use the following spring application context: <!-- Hibernate session factory --> <bean id="sessionFactory" class="org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean"> <property name="dataSource" ref="dataSource"/> <property name="hibernateProperties"> <props> <!-- <prop key="h...

tool for translate multi-table queries -> single table queries

Hi. I'm trying to find something to help me with y problem. Now I'm changing the strategy. What I need is to build (because I think there is nothing like this) a tool that take a query, a multi-table select, and translate all this in many single table queries. Does anybody has any idea about how hibernate does that (based on the dialect...

Hibernate mysql innodb

Hi! I wanted to force hibernate to use innodb. So, i changed the "hibernate.dialect" in order to have innodb, but i can connect to mysql, but when i do some transactions i have the following error: org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.Rol...

Which dialect of LISP is 'The Little Lisper' [3rd Edn] written in? (at the time)

The Little Lisper is an extraordinary book. http://www.amazon.com/Little-LISPer-Third-Daniel-Friedman/dp/0023397632/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1279715423&amp;sr=8-1 Does anyone know which dialect/version of LISP it was written for at the time of publication? Perhaps (a) Common LISP (b) Standardised Scheme (c) Some LISP-1 ...