💾 Archived View for cugi.ie › aminet › 1675828385.gmi captured on 2023-07-10 at 14:40:14. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-03-20)

-=-=-=-=-=-=-

A tiny, embeddable language

   Author:       "rxi"
   Uploader:     polluks+aminet sdf lonestar org (Stefan Haubenthal)
   Type:         dev/lang
   Version:      1.0
   Architecture: ppc-morphos
   URL:          https://github.com/rxi/fe/pull/21
   Date:         2023-02-07
=>     http://aminet.net/dev/lang/fe.lha 
   Readme:       http://aminet.net/dev/lang/fe.readme
   Downloads:    2

fe

A *tiny*, embeddable language implemented in ANSI C

(= reverse (fn (lst)
  (let res nil)
  (while lst
    (= res (cons (car lst) res))
    (= lst (cdr lst))
  )
  res
))

(= animals '("cat" "dog" "fox"))

(print (reverse animals)) ; => ("fox" "dog" "cat")

Overview

---

Contributing

The library focuses on being lightweight and minimal; pull requests will

likely not be merged. Bug reports and questions are welcome.

License

This library is free software; you can redistribute it and/or modify it under

the terms of the MIT license. See [LICENSE](LICENSE) for details.

Contents of dev/lang/fe.lha

PERMISSION  UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP     NAME
---------- ----------- ------- ------- ------ ---------- ------------ ----------
[generic]                  130     149  87.2% -lh5- 5c52 Feb  7 21:39 fe/build.bat
[generic]                   84      84 100.0% -lh0- 1abf Feb  7 21:39 fe/build.sh
[generic]                 1707    3922  43.5% -lh5- 718c Feb  7 21:39 fe/doc/capi.md
[generic]                 2561    6050  42.3% -lh5- 8777 Feb  7 21:39 fe/doc/impl.md
[generic]                 1048    2840  36.9% -lh5- 427e Feb  7 21:39 fe/doc/lang.md
[generic]                  613    1047  58.5% -lh5- 14f9 Feb  7 21:39 fe/LICENSE
[generic]                  632    1065  59.3% -lh5- fa49 Feb  7 21:39 fe/README.md
[generic]                   69      97  71.1% -lh5- b19e Feb  7 21:39 fe/scripts/fib.fe
[generic]                  487    1671  29.1% -lh5- 4da0 Feb  7 21:39 fe/scripts/life.fe
[generic]                  180     381  47.2% -lh5- 8c5e Feb  7 21:39 fe/scripts/macros.fe
[generic]                  286     743  38.5% -lh5- 3956 Feb  7 21:39 fe/scripts/mandelbrot.fe
[generic]                  744    2419  30.8% -lh5- 5b6f Feb  7 21:39 fe/src/fe.h
[generic]                24974   71644  34.9% -lh5- 3160 Feb  7 23:43 fe/fe
[generic]                 6211   21946  28.3% -lh5- 9a5c Feb  7 22:08 fe/src/fe.c
[generic]                 6169   21809  28.3% -lh5- 3e53 Feb  7 21:39 fe/src/fe.c.bak
---------- ----------- ------- ------- ------ ---------- ------------ ----------
 Total        15 files   45895  135867  33.8%            Feb  8 03:53

Aminet © 1992-2023 Urban Müller and the Aminet team. Aminet contact address: <aminet aminet net>