Author Topic: In defining a function IOW defun  (Read 2732 times)

0 Members and 1 Guest are viewing this topic.

daron

  • Guest
In defining a function IOW defun
« on: February 24, 2005, 08:19:18 AM »
I know it's been a while, but last I checked this was illegal, right? Or is it just illegal in other languages.

Code: [Select]
(defun 8_sys

This is one of the many functions found in a lisp that has recently been exposed.

whdjr

  • Guest
Re: In defining a function IOW defun
« Reply #1 on: February 24, 2005, 08:26:44 AM »
What is IOW?

Quote from: Daron
I know it's been a while, but last I checked this was illegal, right? Or is it just illegal in other languages.

Code: [Select]
(defun 8_sys

This is one of the many functions found in a lisp that has recently been exposed.

What is 8_sys and what are you asking is illegal? :?

JohnK

  • Administrator
  • Seagull
  • Posts: 10660
In defining a function IOW defun
« Reply #2 on: February 24, 2005, 08:43:09 AM »
Nope your good Daron.
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

daron

  • Guest
In defining a function IOW defun
« Reply #3 on: February 24, 2005, 11:22:44 AM »
IOW = In Other Words

8_sys in a function definition. I was thinking that adding a number at the beginning of a function definition SHOULD cause an error. It appears to work. It's not my work. I've read so many books on other languages and they all seem to imply that doing that in their respective languages is wrong and would cause errors. I don't know. Maybe it's other characters that can't be used to define a function. I just forget if there are any other such restrictions in lisp.