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

Haskell camelCase

Name: Anonymous 2010-04-14 14:28

Haskell has support for function_names_with_underscores. Why the fuck do people use PIG DISGUSTING camelCase?

Name: Anonymous 2010-04-14 15:10

>>2,5
What about the lisp/scheme solution of using ||s to delimit symbols?
$ ikarus
Ikarus Scheme version 0.0.4-rc1+ (revision 1870, build 2010-03-23)
Copyright (c) 2006-2009 Abdulaziz Ghuloum

(define |don't mind me and my awesome symbols with spaces| 3)
(* |don't mind me and my awesome symbols with spaces| |don't mind me and my awesome symbols with spaces|)
9

$ sbcl
This is SBCL 1.0.35-1.fc11, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>;.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.
* (defconstant |don't mind me and my awesome symbols with spaces| 3)

|don't mind me and my awesome symbols with spaces|
* (* |don't mind me and my awesome symbols with spaces| |don't mind me and my awesome symbols with spaces|)

9
*

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