Shaare your links...
2353 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
page 2 / 2
Newer►
37 results for tags compiler x
  • Mes - GNU Project - Free Software Foundation
    GNU Mes brings a Reduced Binary Seed bootstrap to GuixSD and potentially to any other interested GNU/Linux distribution, and aims to help create a full source bootstrap as part of the bootstrappable builds effort.

    It consists of a mutual self-hosting Scheme interpreter written in ~5,000 LOC of simple C and a Nyacc-based C compiler written in Scheme. This mes.c is being simplified to be transpiled by M2-Planet.
    https://github.com/oriansj/M2-Planet

    The Scheme interpreter (mes.c) has a Garbage Collector, a library of loadable Scheme modules– notably Dominique Boucher's LALR, Pre-R6RS portable syntax-case with R7RS ellipsis, Matt Wette's Nyacc –and test suite just barely enough to support a simple REPL and simple C-compiler: MesCC.
    https://github.com/oriansj/mescc-tools

    Mes+MesCC can compile an only lightly patched TinyCC that is self-hosting. Using this tcc and the Mes C library we now have a Reduced Binary Seed bootstrap for the gnutools triplet: glibc-2.2.5, binutils-2.20.1, gcc-2.95.3. This is enough to bootstrap GuixSD for i686-linux and x8664-linux.

    Mes is inspired by The Maxwell Equations of Software: LISP-1.5 – John McCarthy page 13, GNU Guix's source/binary packaging transparency and Jeremiah Orians's stage0 ~500 byte self-hosting hex assembler.

    GNU Mes is free software, it is distributed under the terms of the GNU General Public Licence version 3 or later. See the file COPYING.
    Tue Oct 30 18:51:26 2018 - permalink -
    - https://www.gnu.org/software/mes/
    C compiler FOSS hack Scheme software
  • Kblog: Setting up MinGW-w64 with Cygwin
    A description how to use the MinGW-w64 tools in Cygwin.
    Wed Nov 5 19:44:30 2014 - permalink -
    - http://go.kblog.us/2012/09/setting-up-mingw64-with-cygwin.html
    compiler FOSS tool Windows
  • The Amsterdam Compiler Kit
    The Amsterdam Compiler Kit is a cross-platform compiler and toolchain suite that is small, portable, extremely fast, and extremely flexible. It targets a number of low-end machines including the Z80, 8086 and 80386, but there are many other code generators available (including the pdp-11). It supports several languages, including ANSI C, Pascal and Modula-2, and contains integrated runtime libraries including a libc. While it used to be a commercial product, it has been made open source under a BSD license.
    Tue Nov 4 11:02:28 2014 - permalink -
    - http://tack.sourceforge.net/index.html
    BSD compiler software
  • T3X.ORG
    Interesting books and software about compiler/interpreter construction, including Scheme 9 from Empty Space and SubC.
    Fri Sep 12 13:54:22 2014 - permalink -
    - http://www.t3x.org/
    compiler FOSS Scheme software
  • Jack Crenshaw's tutorial on compiler construction
    An on-line book describing the construction of a compiler translating a subset (?) of C into 68000 assembly. The compiler is written in Turbo Pascal.
    See also the original site http://compilers.iecc.com/crenshaw/
    This fifteen-part series, written from 1988 to 1995, is a non-technical introduction to compiler construction. You can read the parts on-line or download them in a ZIP file.
    Thu Nov 28 14:20:47 2013 - permalink -
    - http://www.penguin.cz/~radek/book/lets_build_a_compiler/
    book compiler software
  • The Scheme programming language AKA The CHICKEN hens nest - Part 1 | shisaa.jp
    Blog entry describing how to write extensions (called eggs) for the Scheme compiler Chicken.
    Tue Sep 3 23:32:14 2013 - permalink -
    - http://shisaa.jp/postset/chicken-scheme-1.html
    compiler HOWTO Scheme
  • sourceLair
    On-line editor, compiler and runtime for various languages. Although Fortran is claimed to be supported, I have not been able to run a simple program.
    Sat Jul 13 00:48:03 2013 - permalink -
    - https://www.sourcelair.com/
    compiler editor language on-line programming
  • http://mythryl.org/index.html
    Interesting functional programming language based on the Standard ML implementation SML/NJ, which came from the nice folks who gave us the laser, the transistor, and Unix.
    Tue Feb 16 13:18:48 2010 - permalink -
    - http://mythryl.org/index.html
    compiler functional language programming TODO
  • Programming musings
    Blog written by Juan Jose Garcia Ripoll, maintainer of the Common Lisp implementation ECL.
    Mon Apr 6 12:07:14 2009 - permalink -
    - http://tream.dreamhosters.com/
    blog common-lisp compiler GPL implementation lisp
  • The Elements of Computing Systems / Nisan & Schocken / www.idc.ac.il/tecs
    A book trying to teach computers from first principles, i.e. gates, using a hardware description language (a simulator is provided), software tools (assembler, compiler) and a small operating system.
    Tue Mar 24 14:41:57 2009 - permalink -
    - http://www1.idc.ac.il/tecs/
    book compiler hardware programming software
  • Airs - Ian Lance Taylor Linkers part 1
    Start of a series of blog articles about linkers.
    Thu Feb 26 17:38:53 2009 - permalink -
    - http://www.airs.com/blog/archives/38
    compiler software TODO tool
  • Programming Languages for the Java Virtual Machine JVM
    A list of 240 implementations of various programming languages targeting the Java virtual machine.
    Tue Jan 20 13:55:10 2009 - permalink -
    - http://www.is-research.de/info/vmlanguages/index.html
    compiler interpreter Java language programming software
  • Lambda Associates Home Page
    Interesting work on Qi, a language based on Common Lisp which incorporates features such as (optional) type checking, pattern matching similar to those in ML and Haskell and logical programming (Prolog).
    As of 2025-02-07, the domain name has been taken over by an indonesian site. Mark Tarver, the author of Qi has created a successor called Shen: https://shenlanguage.org/
    Mon Feb 11 14:43:40 2008 - permalink -
    - http://www.lambdassociates.org/
    common-lisp compiler functional implementation language lisp
  • Scheme systems supporting R6RS
    A post in comp.lang.lisp and comp.lang.scheme provides this "common knowledge".
    Tue Feb 5 11:08:04 2008 - permalink -
    - http://groups.google.at/group/comp.lang.lisp/browse_frm/thread/7bb646cf5353530c/5636d85f8a998532?hl=de&lnk=st&q=#5636d85f8a998532
    compiler lisp Scheme standard
  • Scheme2Js
    Scheme2Js is a Scheme to Javascript compiler distributed under the GPL license. While some effort has been spent on being as close as possible to R5rs, we concentrated mainly on efficiency. Usually Scheme2Js produces Javascript code, that is comparable to
    Wed Nov 22 11:30:10 2006 - permalink -
    - http://www-sop.inria.fr/mimosa/personnel/Florian.Loitsch/scheme2js/
    compiler JavaScript lisp Scheme web
  • The ECL manual
    A new version of the manual for Embedded Common Lisp (ECL), work in progress but looks quite nice.
    Tue Oct 24 20:52:50 2006 - permalink -
    - http://ecls.sourceforge.net/new-manual/
    common-lisp compiler documentation web
  • '(Montreal Scheme/Lisp User Group) / Bienvenue
    Marc Feeley demonstrated how to write a simple Scheme to C compiler, in Scheme. In only 90 minutes! Presentation material (slides?), source code and video (200MB) are available.
    Tue Oct 3 16:58:57 2006 - permalink -
    - http://www.iro.umontreal.ca/~boucherd/mslug/meetings/20041020/minutes-en.html
    compiler lisp presentation programming Scheme
Links per page: 20 50 100
page 2 / 2
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.