Path: csiph.com!weretis.net!feeder6.news.weretis.net!news.misty.com!news.iecc.com!.POSTED.news.iecc.com!nerds-end From: Spiros Bousbouras Newsgroups: comp.compilers Subject: Re: Compilers :) Date: Mon, 2 Jan 2023 20:52:28 -0000 (UTC) Organization: A noiseless patient Spider Sender: news@iecc.com Approved: comp.compilers@iecc.com Message-ID: <23-01-002@comp.compilers> References: <23-01-001@comp.compilers> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="22840"; mail-complaints-to="abuse@iecc.com" Keywords: design Posted-Date: 02 Jan 2023 16:07:55 EST X-submission-address: compilers@iecc.com X-moderator-address: compilers-request@iecc.com X-FAQ-and-archives: http://compilers.iecc.com X-Organisation: Weyland-Yutani X-Server-Commands: nowebcancel In-Reply-To: <23-01-001@comp.compilers> Xref: csiph.com comp.compilers:3271 On Mon, 2 Jan 2023 12:28:12 +0200 "Tristan B. Velloza Kildaire" wrote: > I am currently working on my own compiler for something like C but with > minimal object orientation support and no features like > templating/generics etc etc. > > Trying to get a feeler out there for anyone who would be interested in > using such a language, obviously the project is something I work on in > my spare time but I have written everything from scratch. Knowing what you are trying to achieve i.e. why you are creating a new programming language would be useful. On which operating systems is it going to work ? What will be the license ? > I plan to, by > the end of 2023 hopefully, have a full release out. The code emit is > already working well and so is the dependency tree algorithmn. Code emitter for what targets ?