Scheme
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				Dan Tobias  (Talk | contribs)  (Created page with "{{FormatInfo |formattype=Languages |subcat=Programming Languages }} '''Scheme''' is a dialect of Lisp which attempts to keep the semantics clean and simple with few di...")  | 
			Dan Tobias  (Talk | contribs)   | 
			||
| Line 3: | Line 3: | ||
|subcat=Programming Languages  | |subcat=Programming Languages  | ||
}}  | }}  | ||
| − | '''[[Scheme]]''' is a dialect of [[  | + | '''[[Scheme]]''' is a dialect of [[LISP]] which attempts to keep the semantics clean and simple with few divergent ways to express something (which is a diametrically opposite tack to [[Perl]], which prides itself in having "more than one way to do anything").  | 
== Links ==  | == Links ==  | ||
* [http://groups.csail.mit.edu/mac/projects/scheme/ MIT Scheme page]  | * [http://groups.csail.mit.edu/mac/projects/scheme/ MIT Scheme page]  | ||
Revision as of 23:06, 12 October 2013
Scheme is a dialect of LISP which attempts to keep the semantics clean and simple with few divergent ways to express something (which is a diametrically opposite tack to Perl, which prides itself in having "more than one way to do anything").