| Related articles |
|---|
| Re: The semicolon habit (was: Q: Definition of a scripting lang.) cef@geodesic.com (Charles Fiterman) (1995-04-19) |
| Re: The semicolon habit (was: Q: Definition lutz@KaPRE.COM (1995-04-28) |
| Re: The semicolon habit (was: Q: Definition lutz@KaPRE.COM (1995-05-09) |
| Re: The semicolon habit (was: Q: Definition lutz@KaPRE.COM (1995-05-11) |
| Re: The semicolon habit (was: Q: Definition sys3bga@doc.ntu.ac.uk (1995-05-05) |
| Re: The semicolon habit (was: Q: Definition stidev@gate.net (1995-05-09) |
| Re: The semicolon habit (was: Q: Definition plong@perf.com (1995-05-09) |
| Re: The semicolon habit (was: Q: Definition everettm@walters.East.Sun.COM (1995-05-11) |
| [12 later articles] |
| Newsgroups: | comp.compilers |
| From: | lutz@KaPRE.COM (Mark Lutz) |
| Keywords: | syntax |
| Organization: | KAPRE Software, Inc., Boulder, Colorado |
| References: | 95-04-147 |
| Date: | Fri, 28 Apr 1995 19:26:34 GMT |
Charles Fiterman <cef@geodesic.com> writes:
>[use indentation to show block structure]
I caught this discussion late, so forgive me if this has already
been mentioned. But if you're interested in seeing an example
of a language where blocks are based on indentation, and lines
don't need explicit terminators, have a look at Python, a newer
object-oriented scripting/extension language.
For more information, see any of:
comp.lang.python
ftp.cwi.nl
<URL:http://www.cwi.nl/~guido/Python.html>
Mark Lutz
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.