Lisp

This group is for discussion of the Dript Drupal Lisp module. It's for discussion about Lisp, integrating it with Drupal, testing and future directions.

Can dript do this?

Hi!

E. g. i have following Form:

$myForm = array(
  'field1' => array(
    '#title' => t('Field 1'),
    '#type' => 'textfield',
    '#default_value' => '5'
  ),
 
  'field2' => array(
    '#title' => t('Field 2'),
    '#type' => 'textfield',
    '#default_value' => '7'
  ),

  'field3' => array(
    '#title' => t('Field 1'),
    '#type' => 'textfield',
    '#value' =>  // see below
  )
)


The value of field3 has to be: value of field1 + value of field2.

Ist this possible?

Thanks a lot!

1 comment

Dript function wish list

To be a useful scripting language for Drupal, Dript need to have enough functions against Drupal. The functions should be intuitive that can simply deliver repetitive and complex operations. Refrain from low level functions such as general purpose functions to access relational database tables. Dript should be populated with high level functions in various domains. Always perceive that Dript will be used by web site administrators rather than programmers.

2 comments · Read more
Roland Tanglao@bryght.com's picture

Could the timetable example be extended to support a conference schedule grid like northern voice

Could the cool timetable example be extended to support a conference schedule grid like northern voice's schedule grid? If so, any hints on how to do this would be appreciated. I'd like to try to doing this myself

4 comments

Web developer, Smart Charter

I found this Web developer, Smart Charter lisp's job post. Perhaps it's already late for anybody. But I like the way it is written:

Login to post comments · Read more

Timetable Example using Dript

I bet this is the first dript example. I've created a fictitious timetable content using dript and cck. (The site is in Malay however the timetable is in English.) I didn't theme the content so I just let the cck fields display themselves at the bottom of the table. In a real implementation those fields should be hidden.

Read more

LISP books, references and tutorials (Please add your favorites to this page)

I really liked the stated philosophy of the Dript module author of going back to the simple roots of LISP, eg. before all the OO and other extensions and complexifications grew LISP into yet another hard to learn language. The following two books, while old, have the benefit of presenting the language in it's original elegant simplicity.

Read more
Roland Tanglao@bryght.com's picture

1st post - Let's discuss here the best way to use Lisp in Drupal

Welcome! Let's figure out together here on this group how to best use Lisp in Drupal. Things to talk about including testing, making the documentation better, making the dript code better, better integrating dript into Drupal, etc.. Use the dript project page for feature requests, bugs and nitty gritty code stuff. (and of course thanks to Chelah for starting dript!)

5 comments
Syndicate content