X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <1436306647.678.154.camel@ssalewski.de> Subject: Re: [geda-user] gEDA/gschem still alive? From: Stefan Salewski To: geda-user AT delorie DOT com Date: Wed, 08 Jul 2015 00:04:07 +0200 In-Reply-To: References: <1435510363 DOT 682 DOT 26 DOT camel AT ssalewski DOT de> <20150703030409 DOT 32398 DOT qmail AT stuge DOT se> <1436006726 DOT 677 DOT 13 DOT camel AT ssalewski DOT de> <20150706200609 DOT GD24178 AT localhost DOT localdomain> <20150707060409 DOT GB14357 AT localhost DOT localdomain> <1436287952 DOT 678 DOT 26 DOT camel AT ssalewski DOT de> <559C0F7E DOT 7010009 AT neurotica DOT com> <1436295556 DOT 678 DOT 91 DOT camel AT ssalewski DOT de> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.11 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 2015-07-07 at 15:50 -0400, Bob Paddock (graceindustries AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > To add other obscure languages to this thread Yes, have heart Elixir (based on Erlang) being mentioned often in the last months, and I think I have seen some sample code too. But I would not consider it a real universal language currently, and being based on a VM makes it not suited well for embedded design and kernel development. You made an interesting point: OOP design, considered fundamental 20 years ago, is now only one paradigm of many for modern language developers. While functional programming becomes more important. I have done much OOP programming myself, for GUI related stuff I still prefer it, but I am beginning to learn its disadvantages.