Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!news.tele.dk!feed118.news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.025 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'syntax': 0.04; 'structure,': 0.09; 'subject:language': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'pity': 0.16; 'programmers.': 0.16; 'syntactic': 0.16; 'wrote:': 0.18; 'looks': 0.24; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'subject: (': 0.35; 'something': 0.35; 'received:google.com': 0.35; 'doing': 0.36; 'url:org': 0.36; 'nov': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'rather': 0.38; 'to:addr:python.org': 0.39; 'more': 0.64; 'url:0': 0.67; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=K2RgwjAap8XnkPfExTB99PMpFL6+OCy6csk4bTq6R2U=; b=Z+vlwLxePZDG0zT0Q/+/evwR3a7FlDh9qU9o+kgJ8LEOOhzBk+nQoEEbcN74nmtBJ2 rsDFm0mVbaijMxXBI089Iis9W7ovmOQG0HPU/bPXZceKNAZzHMUQ+uY+sV8jaf4gpASK hvsr8mzlu0Di+feSTMGaMOxQYbLO6h0GeE/7f01OJYHFx9GOjECnV3oqj/glYtVMPDeO D4lEc7zk7n2gBTZcv9bPJzabOGzsaZqyLNFVHvkWzJbIHpFkwdIs77SjOItRikzMyo0i K+3IwkKAwpSF07Aya/gmNANTwwkFaLbhRAiTU2tkEO5k3KpwbpRmqSbxA/9tQ3whrb3c eoow== MIME-Version: 1.0 X-Received: by 10.66.180.200 with SMTP id dq8mr14477545pac.104.1384661418426; Sat, 16 Nov 2013 20:10:18 -0800 (PST) In-Reply-To: References: Date: Sun, 17 Nov 2013 15:10:18 +1100 Subject: Re: Oh look, another language (ceylon) From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1384661427 news.xs4all.nl 15956 [2001:888:2000:d::a6]:60275 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:59689 On Sun, Nov 17, 2013 at 2:41 PM, Gregory Ewing wrote: > Neal Becker wrote: >> >> http://ceylon-lang.org/documentation/1.0/introduction/ > > > The type system looks very interesting! > > It's just a pity they based the syntax on C rather > than something more enlightened. (Why do people > keep doing that when they design languages?) Because in many ways it's an excellent syntactic structure, and - more importantly - it's one that's familiar to a huge number of programmers. That's pretty valuable. ChrisA