Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.dougwise.org!nntpfeed.proxad.net!proxad.net!feeder1-1.proxad.net!198.186.194.247.MISMATCH!transit3.readnews.com!news-out.readnews.com!news-xxxfer.readnews.com!news.misty.com!news.iecc.com!nerds-end From: Billy Mays <81282ed9a88799d21e77957df2d84bd6514d9af6@myhashismyemail.com> Newsgroups: comp.compilers Subject: Language Design Date: Mon, 18 Jul 2011 16:16:10 -0400 Organization: Aioe.org NNTP Server Lines: 17 Sender: news@iecc.com Approved: comp.compilers@iecc.com Message-ID: <11-07-027@comp.compilers> NNTP-Posting-Host: news.iecc.com X-Trace: gal.iecc.com 1311023511 73971 64.57.183.58 (18 Jul 2011 21:11:51 GMT) X-Complaints-To: abuse@iecc.com NNTP-Posting-Date: Mon, 18 Jul 2011 21:11:51 +0000 (UTC) Keywords: design, question, comment Posted-Date: 18 Jul 2011 17:11:51 EDT X-submission-address: compilers@iecc.com X-moderator-address: compilers-request@iecc.com X-FAQ-and-archives: http://compilers.iecc.com Xref: x330-a1.tempe.blueboxinc.net comp.compilers:203 I am trying to design a programming language for a simple processor (16 bit, ~10 instructions, 16 registers). I am not sure what a language actually needs in order to be more useful than pure assembly, but is also reasonable to implement. I had originally tried to make a RPN style language where the language is purely stack based, but I realized it wouldn't be Turing complete. I'd rather not just re implement C or other commonly used languages, but I'm having a hard time coming up with something I'd actually want to use. Any advice for a newbie? -- Bill [Rather than trying to invent yet another language, I'd retarget some existing 16 bit C compiler. -John]