2014-11-21 23:22:51 +00:00
|
|
|
;;; GNU Guix --- Functional package management for GNU
|
2016-04-14 12:42:42 +00:00
|
|
|
;;; Copyright © 2014, 2016 Manolis Fragkiskos Ragkousis <manolis837@gmail.com>
|
2017-05-22 14:13:16 +00:00
|
|
|
;;; Copyright © 2015, 2017 Ricardo Wurmus <rekado@elephly.net>
|
2016-04-14 12:42:42 +00:00
|
|
|
;;; Copyright © 2016 David Thompson <davet@gnu.org>
|
2016-05-31 17:29:34 +00:00
|
|
|
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
2018-12-23 10:02:03 +00:00
|
|
|
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
2020-05-13 18:37:46 +00:00
|
|
|
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
|
2020-03-04 19:36:38 +00:00
|
|
|
;;; Copyright © 2020 Arun Isaac <arunisaac@systemreboot.net>
|
2014-11-21 23:22:51 +00:00
|
|
|
;;;
|
|
|
|
;;; This file is part of GNU Guix.
|
|
|
|
;;;
|
|
|
|
;;; GNU Guix is free software; you can redistribute it and/or modify it
|
|
|
|
;;; under the terms of the GNU General Public License as published by
|
|
|
|
;;; the Free Software Foundation; either version 3 of the License, or (at
|
|
|
|
;;; your option) any later version.
|
|
|
|
;;;
|
|
|
|
;;; GNU Guix is distributed in the hope that it will be useful, but
|
|
|
|
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
;;; GNU General Public License for more details.
|
|
|
|
;;;
|
|
|
|
;;; You should have received a copy of the GNU General Public License
|
|
|
|
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
(define-module (gnu packages avr)
|
2015-11-06 21:35:33 +00:00
|
|
|
#:use-module ((guix licenses) #:prefix license:)
|
2016-04-14 12:43:56 +00:00
|
|
|
#:use-module (guix utils)
|
2014-11-21 23:22:51 +00:00
|
|
|
#:use-module (guix download)
|
2018-12-23 10:02:03 +00:00
|
|
|
#:use-module (guix git-download)
|
2014-11-21 23:22:51 +00:00
|
|
|
#:use-module (guix packages)
|
|
|
|
#:use-module (guix build-system gnu)
|
2016-04-14 12:48:18 +00:00
|
|
|
#:use-module (guix build-system trivial)
|
2014-11-21 23:22:51 +00:00
|
|
|
#:use-module (gnu packages)
|
2022-11-15 23:53:03 +00:00
|
|
|
#:use-module (gnu packages check)
|
gnu: Move contents of zip module into compression module.
* gnu/packages/zip.scm (zip, unzip, zziplib, perl-zip): Move to...
* gnu/packages/compression.scm: ...here.
* gnu/packages/zip.scm: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Unregister deleted file.
* po/packages/POTFILES.in: Unregister deleted file.
* gnu/packages/{audio, avr, bioinformatics, busybox, cdrom, ci, compression,
docbook, documentation, fonts, fpga, game-development, games, gl, gnome,
gnuzilla, graphics, guile, haskell, image, java, kodi, ldc, libreoffice,
markup, maths, mc, monitoring, music, php, pretty-print, python, scheme,
smalltalk, statistics, synergy, tex, textutils, video, web-browsers, xml,
zip}.scm, guix/build-system/{ant, font}.scm, guix/{download, packages}.scm:
Adapt module import.
2017-06-12 18:40:01 +00:00
|
|
|
#:use-module (gnu packages compression)
|
2015-11-06 21:37:40 +00:00
|
|
|
#:use-module (gnu packages cross-base)
|
2016-04-14 12:48:18 +00:00
|
|
|
#:use-module (gnu packages flashing-tools)
|
2016-04-15 13:48:26 +00:00
|
|
|
#:use-module (gnu packages gcc)
|
2022-11-15 23:53:03 +00:00
|
|
|
#:use-module (gnu packages llvm)
|
gnu: Move contents of zip module into compression module.
* gnu/packages/zip.scm (zip, unzip, zziplib, perl-zip): Move to...
* gnu/packages/compression.scm: ...here.
* gnu/packages/zip.scm: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Unregister deleted file.
* po/packages/POTFILES.in: Unregister deleted file.
* gnu/packages/{audio, avr, bioinformatics, busybox, cdrom, ci, compression,
docbook, documentation, fonts, fpga, game-development, games, gl, gnome,
gnuzilla, graphics, guile, haskell, image, java, kodi, ldc, libreoffice,
markup, maths, mc, monitoring, music, php, pretty-print, python, scheme,
smalltalk, statistics, synergy, tex, textutils, video, web-browsers, xml,
zip}.scm, guix/build-system/{ant, font}.scm, guix/{download, packages}.scm:
Adapt module import.
2017-06-12 18:40:01 +00:00
|
|
|
#:use-module (gnu packages vim))
|
2014-11-21 23:22:51 +00:00
|
|
|
|
2016-04-14 12:42:42 +00:00
|
|
|
(define-public avr-binutils
|
|
|
|
(package
|
|
|
|
(inherit (cross-binutils "avr"))
|
|
|
|
(name "avr-binutils")))
|
|
|
|
|
2020-03-04 19:46:11 +00:00
|
|
|
(define avr-gcc
|
|
|
|
(let ((xgcc (cross-gcc "avr" #:xgcc gcc #:xbinutils avr-binutils)))
|
2016-04-14 12:43:56 +00:00
|
|
|
(package
|
|
|
|
(inherit xgcc)
|
|
|
|
(name "avr-gcc")
|
|
|
|
(arguments
|
|
|
|
(substitute-keyword-arguments (package-arguments xgcc)
|
|
|
|
((#:phases phases)
|
|
|
|
`(modify-phases ,phases
|
2020-05-13 18:37:46 +00:00
|
|
|
(add-after 'set-paths 'augment-CPLUS_INCLUDE_PATH
|
|
|
|
(lambda* (#:key inputs #:allow-other-keys)
|
|
|
|
(let ((gcc (assoc-ref inputs "gcc")))
|
|
|
|
;; Remove the default compiler from CPLUS_INCLUDE_PATH to
|
|
|
|
;; prevent header conflict with the GCC from native-inputs.
|
|
|
|
(setenv "CPLUS_INCLUDE_PATH"
|
|
|
|
(string-join
|
|
|
|
(delete (string-append gcc "/include/c++")
|
|
|
|
(string-split (getenv "CPLUS_INCLUDE_PATH")
|
|
|
|
#\:))
|
|
|
|
":"))
|
|
|
|
(format #t
|
|
|
|
"environment variable `CPLUS_INCLUDE_PATH' changed to ~a~%"
|
|
|
|
(getenv "CPLUS_INCLUDE_PATH"))
|
|
|
|
#t)))
|
2016-04-14 12:43:56 +00:00
|
|
|
;; Without a working multilib build, the resulting GCC lacks
|
|
|
|
;; support for nearly every AVR chip.
|
|
|
|
(add-after 'unpack 'fix-genmultilib
|
|
|
|
(lambda _
|
|
|
|
;; patch-shebang doesn't work here because there are actually
|
|
|
|
;; several scripts inside this script, each with a #!/bin/sh
|
|
|
|
;; that needs patching.
|
|
|
|
(substitute* "gcc/genmultilib"
|
|
|
|
(("#!/bin/sh") (string-append "#!" (which "sh"))))
|
|
|
|
#t))))
|
|
|
|
((#:configure-flags flags)
|
|
|
|
`(delete "--disable-multilib" ,flags))))
|
|
|
|
(native-search-paths
|
|
|
|
(list (search-path-specification
|
2020-03-01 11:52:43 +00:00
|
|
|
(variable "CROSS_C_INCLUDE_PATH")
|
|
|
|
(files '("avr/include")))
|
|
|
|
(search-path-specification
|
|
|
|
(variable "CROSS_CPLUS_INCLUDE_PATH")
|
|
|
|
(files '("avr/include")))
|
|
|
|
(search-path-specification
|
|
|
|
(variable "CROSS_OBJC_INCLUDE_PATH")
|
|
|
|
(files '("avr/include")))
|
|
|
|
(search-path-specification
|
|
|
|
(variable "CROSS_OBJCPLUS_INCLUDE_PATH")
|
2016-04-14 12:43:56 +00:00
|
|
|
(files '("avr/include")))
|
|
|
|
(search-path-specification
|
|
|
|
(variable "CROSS_LIBRARY_PATH")
|
2019-09-19 13:03:51 +00:00
|
|
|
(files '("avr/lib")))))
|
|
|
|
(native-inputs
|
2020-03-04 19:46:11 +00:00
|
|
|
`(("gcc" ,gcc)
|
2019-09-19 13:03:51 +00:00
|
|
|
,@(package-native-inputs xgcc))))))
|
2016-04-14 12:43:56 +00:00
|
|
|
|
2020-03-04 19:46:11 +00:00
|
|
|
(define avr-libc
|
2014-11-21 23:22:51 +00:00
|
|
|
(package
|
|
|
|
(name "avr-libc")
|
2016-04-15 13:14:28 +00:00
|
|
|
(version "2.0.0")
|
2014-11-21 23:22:51 +00:00
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
2016-04-15 13:14:28 +00:00
|
|
|
(uri (string-append "mirror://savannah//avr-libc/avr-libc-"
|
|
|
|
version ".tar.bz2"))
|
2014-11-21 23:22:51 +00:00
|
|
|
(sha256
|
|
|
|
(base32
|
2016-04-15 13:14:28 +00:00
|
|
|
"15svr2fx8j6prql2il2fc0ppwlv50rpmyckaxx38d3gxxv97zpdj"))))
|
2014-11-21 23:22:51 +00:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(arguments
|
2016-04-14 12:44:46 +00:00
|
|
|
'(#:out-of-source? #t
|
2020-03-04 19:36:38 +00:00
|
|
|
#:configure-flags '("--host=avr")))
|
2016-04-14 12:44:46 +00:00
|
|
|
(native-inputs `(("avr-binutils" ,avr-binutils)
|
2016-08-15 10:45:28 +00:00
|
|
|
("avr-gcc" ,avr-gcc)))
|
gnu: Use HTTPS for supported nongnu.org home pages.
* gnu/packages/acl.scm (acl)[home-page]: Use HTTPS.
* gnu/packages/admin.scm (dmidecode)[home-page]: Likewise.
* gnu/packages/attr.scm (attr)[home-page]: Likewise.
* gnu/packages/audio.scm (lash)[home-page]: Likewise.
* gnu/packages/avr.scm (avr-libc)[home-page]: Likewise.
* gnu/packages/backup.scm (rdiff-backup, libchop)[home-page]: Likewise.
* gnu/packages/compression.scm (fastjar, lzip, lziprecover, atool)
(lunzip, clzip, lzlib, plzip)[home-page]: Likewise.
* gnu/packages/emacs.scm (geiser, bbdb, m17n-lib, m17n-lib)[home-page]:
Likewise.
* gnu/packages/flashing-tools.scm (avrdude)[home-page]: Likewise.
* gnu/packages/fontutils.scm (libotf)[home-page]: Likewise.
* gnu/packages/game-development.scm (gzochi)[home-page]: Likewise.
* gnu/packages/games.scm (enigma)[home-page]: Likewise.
* gnu/packages/gsasl.scm (libntlm)[home-page]: Likewise.
* gnu/packages/gtk.scm (guile-cairo)[home-page]: Likewise.
* gnu/packages/guile.scm (guile-reader, guile-lib, guile-json)
(guile-redis, g-wrap)[home-page]: Likewise.
* gnu/packages/libunwind.scm (libunwind)[home-page]: Likewise.
* gnu/packages/lout.scm (lout)[home-page]: Likewise.
* gnu/packages/mpd.scm (sonata)[home-page]: Likewise.
* gnu/packages/networking.scm (quagga)[home-page]: Likewise.
* gnu/packages/ratpoison.scm (ratpoison)[home-page]: Likewise.
* gnu/packages/skribilo.scm (skribilo)[home-page]: Likewise.
* gnu/packages/telephony.scm (exosip)[home-page]: Likewise.
* gnu/packages/texinfo.scm (texi2html)[home-page]: Likewise.
* gnu/packages/xdisorg.scm (xbindkeys)[home-page]: Likewise.
2018-02-16 03:20:44 +00:00
|
|
|
(home-page "https://www.nongnu.org/avr-libc/")
|
2014-11-21 23:22:51 +00:00
|
|
|
(synopsis "The AVR C Library")
|
|
|
|
(description
|
|
|
|
"AVR Libc is a project whose goal is to provide a high quality C library
|
|
|
|
for use with GCC on Atmel AVR microcontrollers.")
|
2016-04-14 12:44:46 +00:00
|
|
|
(license
|
|
|
|
(license:non-copyleft "http://www.nongnu.org/avr-libc/LICENSE.txt"))))
|
|
|
|
|
2020-03-04 19:46:11 +00:00
|
|
|
(define-public avr-toolchain
|
2016-08-15 10:45:28 +00:00
|
|
|
;; avr-libc checks the compiler version and passes "--enable-device-lib" for avr-gcc > 5.1.0.
|
|
|
|
;; It wouldn't install the library for atmega32u4 etc if we didn't use the corret avr-gcc.
|
2020-03-04 19:46:11 +00:00
|
|
|
(package
|
|
|
|
(name "avr-toolchain")
|
|
|
|
(version (package-version avr-gcc))
|
|
|
|
(source #f)
|
|
|
|
(build-system trivial-build-system)
|
|
|
|
(arguments '(#:builder (begin (mkdir %output) #t)))
|
|
|
|
(propagated-inputs
|
|
|
|
`(("avrdude" ,avrdude)
|
|
|
|
("binutils" ,avr-binutils)
|
|
|
|
("gcc" ,avr-gcc)
|
|
|
|
("libc" ,avr-libc)))
|
|
|
|
(synopsis "Complete GCC tool chain for AVR microcontroller development")
|
|
|
|
(description "This package provides a complete GCC tool chain for AVR
|
2016-04-14 12:48:18 +00:00
|
|
|
microcontroller development. This includes the GCC AVR cross compiler and
|
|
|
|
avrdude for firmware flashing. The supported programming languages are C and
|
|
|
|
C++.")
|
2020-03-04 19:46:11 +00:00
|
|
|
(home-page (package-home-page avr-libc))
|
|
|
|
(license (package-license avr-gcc))))
|
2015-11-06 21:37:40 +00:00
|
|
|
|
|
|
|
(define-public microscheme
|
|
|
|
(package
|
|
|
|
(name "microscheme")
|
2022-11-15 23:53:03 +00:00
|
|
|
(version "0.9.4")
|
2018-12-23 10:02:03 +00:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method git-fetch)
|
|
|
|
(uri (git-reference
|
gnu: Remove ".git" from "https://github/…/….git".
Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix
swh) would sometimes return #f for these because the ".git" URLs are
redirects to the non-".git" URLs. Consequently, 'guix lint -c archival'
would keep saying "scheduled Software Heritage archival"; likewise, the
fallback download code would fail.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/aidc.scm,
gnu/packages/algebra.scm,
gnu/packages/android.scm,
gnu/packages/animation.scm,
gnu/packages/arcan.scm,
gnu/packages/assembly.scm,
gnu/packages/audio.scm,
gnu/packages/authentication.scm,
gnu/packages/avr.scm,
gnu/packages/axoloti.scm,
gnu/packages/backup.scm,
gnu/packages/bash.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioconductor.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/boost.scm,
gnu/packages/build-tools.scm,
gnu/packages/c.scm,
gnu/packages/calendar.scm,
gnu/packages/cdrom.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/chez.scm,
gnu/packages/clojure.scm,
gnu/packages/code.scm,
gnu/packages/compression.scm,
gnu/packages/compton.scm,
gnu/packages/coq.scm,
gnu/packages/cpp.scm,
gnu/packages/cran.scm,
gnu/packages/crypto.scm,
gnu/packages/curl.scm,
gnu/packages/databases.scm,
gnu/packages/datastructures.scm,
gnu/packages/debug.scm,
gnu/packages/disk.scm,
gnu/packages/distributed.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/dns.scm,
gnu/packages/docker.scm,
gnu/packages/education.scm,
gnu/packages/efi.scm,
gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm,
gnu/packages/embedded.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/erlang.scm,
gnu/packages/fabric-management.scm,
gnu/packages/file-systems.scm,
gnu/packages/finance.scm,
gnu/packages/firmware.scm,
gnu/packages/flashing-tools.scm,
gnu/packages/fonts.scm,
gnu/packages/fontutils.scm,
gnu/packages/fpga.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/genealogy.scm,
gnu/packages/genimage.scm,
gnu/packages/geo.scm,
gnu/packages/gimp.scm,
gnu/packages/gl.scm,
gnu/packages/gnome-xyz.scm,
gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/golang.scm,
gnu/packages/gpodder.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/groff.scm,
gnu/packages/groovy.scm,
gnu/packages/gtk.scm,
gnu/packages/guile-xyz.scm,
gnu/packages/guile.scm,
gnu/packages/hardware.scm,
gnu/packages/haskell-apps.scm,
gnu/packages/haskell-xyz.scm,
gnu/packages/hexedit.scm,
gnu/packages/i2p.scm,
gnu/packages/ibus.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/ipfs.scm,
gnu/packages/java-graphics.scm,
gnu/packages/java-maths.scm,
gnu/packages/java.scm,
gnu/packages/javascript.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/jupyter.scm,
gnu/packages/kodi.scm,
gnu/packages/language.scm,
gnu/packages/lego.scm,
gnu/packages/less.scm,
gnu/packages/libusb.scm,
gnu/packages/linux.scm,
gnu/packages/lirc.scm,
gnu/packages/lisp-xyz.scm,
gnu/packages/llvm.scm,
gnu/packages/logging.scm,
gnu/packages/lolcode.scm,
gnu/packages/lua.scm,
gnu/packages/lxde.scm,
gnu/packages/lxqt.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/markup.scm,
gnu/packages/maths.scm,
gnu/packages/maven.scm,
gnu/packages/mes.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/node-xyz.scm,
gnu/packages/ocaml.scm,
gnu/packages/ocr.scm,
gnu/packages/onc-rpc.scm,
gnu/packages/opencl.scm,
gnu/packages/opencog.scm,
gnu/packages/pantheon.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/perl6.scm,
gnu/packages/phabricator.scm,
gnu/packages/popt.scm,
gnu/packages/printers.scm,
gnu/packages/prolog.scm,
gnu/packages/protobuf.scm,
gnu/packages/pulseaudio.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/python-xyz.scm,
gnu/packages/qt.scm,
gnu/packages/radio.scm,
gnu/packages/rails.scm,
gnu/packages/rdf.scm,
gnu/packages/rednotebook.scm,
gnu/packages/rpc.scm,
gnu/packages/rsync.scm,
gnu/packages/ruby.scm,
gnu/packages/rust.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/security-token.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/shellutils.scm,
gnu/packages/simh.scm,
gnu/packages/sml.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/stenography.scm,
gnu/packages/sync.scm,
gnu/packages/syncthing.scm,
gnu/packages/synergy.scm,
gnu/packages/telephony.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tmux.scm,
gnu/packages/tor.scm,
gnu/packages/toys.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/vim.scm,
gnu/packages/virtualization.scm,
gnu/packages/vlang.scm,
gnu/packages/vnc.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wireservice.scm,
gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm,
tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
2020-07-12 20:53:28 +00:00
|
|
|
(url "https://github.com/ryansuchocki/microscheme")
|
2018-12-23 10:02:03 +00:00
|
|
|
(commit (string-append "v" version))))
|
|
|
|
(sha256
|
2022-11-15 23:53:03 +00:00
|
|
|
(base32 "1bflwirpcd58bngbs6hgjfwxl894ni2gpdd4pj10pm2mjhyj5dgw"))
|
2018-12-23 10:02:03 +00:00
|
|
|
(file-name (git-file-name name version))))
|
2015-11-06 21:37:40 +00:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(arguments
|
2018-12-23 10:02:03 +00:00
|
|
|
`(#:parallel-build? #f ; fails to build otherwise
|
|
|
|
#:tests? #f ; no tests
|
2015-11-06 21:37:40 +00:00
|
|
|
#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(delete 'configure))
|
|
|
|
#:make-flags
|
|
|
|
(list (string-append "PREFIX=" (assoc-ref %outputs "out")))))
|
|
|
|
(native-inputs
|
2022-11-15 23:53:03 +00:00
|
|
|
(list clang cppcheck unzip xxd))
|
2017-12-20 22:18:24 +00:00
|
|
|
(home-page "https://github.com/ryansuchocki/microscheme/")
|
2015-11-06 21:37:40 +00:00
|
|
|
(synopsis "Scheme subset for Atmel microcontrollers")
|
|
|
|
(description
|
|
|
|
"Microscheme, or @code{(ms)} for short, is a functional programming
|
|
|
|
language for the Arduino, and for Atmel 8-bit AVR microcontrollers in general.
|
|
|
|
Microscheme is a subset of Scheme, in the sense that every valid @code{(ms)}
|
|
|
|
program is also a valid Scheme program (with the exception of Arduino
|
|
|
|
hardware-specific primitives). The @code{(ms)} compiler performs function
|
|
|
|
inlining, and features an aggressive tree-shaker, eliminating unused top-level
|
|
|
|
definitions. Microscheme has a robust @dfn{Foreign Function Interface} (FFI)
|
|
|
|
meaning that C code may be invoked directly from (ms) programs.")
|
|
|
|
(license license:expat)))
|