Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Put me out of my misery

Name: Anonymous 2010-05-19 15:40

I've been studying programming for 3 fucking years and I STILL don't know what 'foobar' is. FUCK.

Name: 17 2010-05-20 6:58

>>18
That's only for the CL package.

Usually you never alter the CL package(altough, many implementations let you), you make your own package and you're free to have any symbols you want named whatever you want them. Most commonly you use the COMMON-LISP package, but if you want, you can always shadow those symbols, or not import CL at all (if you need to use stuff from CL, just use the full symbol name, which includes the package name). So >>17 would be right if he said, "shadow" or "don't import them in the first place". You can also shadow them in CL-USER, which is the default package nickname for COMMON-LISP-USER, which is the default value of *package*. CL-USER typically uses CL and a bunch of common implementation-specific packages.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List