1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 13:55:55 +03:00

Commit Graph

  • a20d9b3f78
    Merge 3b93b11077 into fbee4ec615 Yang Le 2024-09-09 10:07:14 -0500
  • 96e68ffbe5
    Merge 1ef2f7a280 into fbee4ec615 Denis Fuenzalida 2024-09-06 08:27:47 -0700
  • fbee4ec615 wasm: add seq master Loredana Cirstea 2024-09-05 21:56:52 +0200
  • 5337061ad8 wasm: add seq Loredana Cirstea 2024-09-05 21:56:52 +0200
  • ae57405b22
    Merge 9f9034193a into 43ae30f21a Vasilij Schneidermann 2024-09-05 17:39:39 +0800
  • a82db71fac
    Merge 11cf2f6c36 into 43ae30f21a Joel Martin 2024-09-01 08:38:21 +0800
  • 15a441fd54
    Merge 94425f8b20 into 43ae30f21a Loredana Cirstea 2024-08-30 21:31:27 +0000
  • 94425f8b20 lean: simplify main Loredana Cirstea 2024-08-30 18:29:50 +0200
  • 25bb6e9729 remove slow tag, ensure lean4 stable Loredana Cirstea 2024-08-30 23:11:08 +0200
  • f73610190d lean: eval fix, comment support Loredana Cirstea 2024-08-29 12:43:28 +0200
  • 8b6934bce7
    Merge 22efb3d9c9 into 43ae30f21a Name 2024-08-29 08:45:02 +0800
  • 43ae30f21a chuck: Fix soft-fail for with-meta Vasilij Schneidermann 2024-08-29 01:57:48 +0200
  • 5891315a98 chuck: Improve error handling Vasilij Schneidermann 2024-08-29 00:44:37 +0200
  • 6002edd9bd chuck: Remove remnants of boxed types Vasilij Schneidermann 2024-08-28 23:34:23 +0200
  • 78bd99f2fd chuck: Add DEBUG-EVAL Vasilij Schneidermann 2024-08-28 23:27:01 +0200
  • f30f32fcaa Update to newer get-changed-files. Joel Martin 2024-08-28 16:03:28 -0500
  • 02299daa5c chuck: Rework internal representation for perf Vasilij Schneidermann 2024-08-28 22:12:06 +0200
  • 665471a8d6 chuck: Update to ChucK 1.5.2.5 Vasilij Schneidermann 2024-08-28 19:49:59 +0200
  • 74410cac73 docs/graph: script fixes (e.g. GHA). Update all data Joel Martin 2024-08-28 14:37:12 -0500
  • 37b956ea1e docs/TODO: update and cleanups Joel Martin 2024-08-28 10:23:51 -0500
  • 63cace0868 docs/notes.md: counting langs/impls/runtimes Joel Martin 2024-08-28 10:22:49 -0500
  • dbc9aa28d9 add Dockerfile, update IMPLS Loredana Cirstea 2024-08-28 21:25:14 +0200
  • 22efb3d9c9 ada.2: fix environments for closures Nicolas Boulenguez 2024-08-28 18:00:35 +0200
  • 900ab5c498 nim: mark several variables as immutable Nicolas Boulenguez 2024-08-28 17:40:29 +0200
  • 2765085600 nim: update Dockerfile and fix new compiler warnings Nicolas Boulenguez 2024-08-28 17:40:08 +0200
  • 8fb2911b23 Two new tests for closures Nicolas Boulenguez 2020-03-10 10:42:03 +0100
  • 2dedaa3919 nim: exit on Ctrl-D in steps 1-8 Joel Martin 2024-08-28 09:33:28 -0500
  • 4c7b1d6af0 nim: fix env binding in steps 3 & 4 Joel Martin 2024-08-28 09:28:48 -0500
  • 11cf2f6c36 tests/step4: check closure binds name (not value) binding-tests Joel Martin 2024-08-06 13:17:09 -0500
  • f8ab6f0ac5 tests/step3: check that nil can be bound env value Joel Martin 2024-08-06 13:16:23 -0500
  • 8406b21f84 wasm: remove the now unneeded ENV_FIND environment method Nicolas Boulenguez 2024-08-28 07:48:46 +0200
  • 8aab790c76 wasm: remove the now unneeded ENV_FIND environment method Nicolas Boulenguez 2024-08-28 07:48:46 +0200
  • 9f9034193a Mention Guile wherever appropriate add-scheme-guile-support Vasilij Schneidermann 2023-03-26 23:14:19 +0200
  • 91e13b4e24 Add guile-specific support code Vasilij Schneidermann 2023-03-26 23:13:57 +0200
  • 5d298d9685 Add Guile 3.0 to Dockerfile Vasilij Schneidermann 2023-03-26 23:11:55 +0200
  • 87b0b23970 perl: backport all recent style changes from stepA to previous steps Nicolas Boulenguez 2023-04-18 19:42:58 +0200
  • 4e02e6231e perl: capitalize the modules Nicolas Boulenguez 2023-04-18 19:00:50 +0200
  • 7c1238c1e7 perl: use perl conventions for env.pm Nicolas Boulenguez 2023-04-18 18:51:01 +0200
  • ca88d3ad8f perl: replace package variables for nil true false with functions Nicolas Boulenguez 2023-04-18 18:38:30 +0200
  • 2a5d5ee207 perl: remove some hacks for sequence and hash functions Nicolas Boulenguez 2023-04-17 14:04:58 +0200
  • 292a758dd9 perl: remove obsolete clone method for atoms Nicolas Boulenguez 2023-04-18 18:01:36 +0200
  • 2d190718f7 perl: search for special forms with a hashed jump Nicolas Boulenguez 2024-08-27 19:43:09 +0200
  • 72db33ec9d perl: rewrite the reader Nicolas Boulenguez 2023-04-18 16:59:54 +0200
  • ce7c1f89e7 perl: remove experimental given/when statement Nicolas Boulenguez 2023-04-10 17:56:28 +0200
  • 070fb90087 perl: more cosmetic style changes Nicolas Boulenguez 2023-04-18 16:39:48 +0200
  • bb70b77b78 perl: fix perl-critic issues with severity 1 Nicolas Boulenguez 2023-04-10 16:02:46 +0200
  • 119b4e281a perl: fix perl-critic issues with severity 2 Nicolas Boulenguez 2023-04-10 15:11:14 +0200
  • 32b6f981de perl: fix perl-critic issues with severity 3 Nicolas Boulenguez 2023-04-10 12:14:02 +0200
  • d94f65cb93 perl: fix perl-critic issues with severity 4 Nicolas Boulenguez 2023-04-10 03:47:38 +0200
  • 504692f13f perl: add shebang to scripts Nicolas Boulenguez 2023-04-08 00:41:02 +0200
  • b18f823d39 perl: clarify package imports Nicolas Boulenguez 2023-04-17 15:53:16 +0200
  • 9a80cb7a64 perl: fix perl-critic issues with severity 5 Nicolas Boulenguez 2023-04-10 00:34:18 +0200
  • 61f1b079f2 perl: reformat sources with perltidy Nicolas Boulenguez 2023-04-18 08:47:06 +0200
  • 7502ce9bcc perl: add lint target to Makefile Nicolas Boulenguez 2024-08-27 19:38:54 +0200
  • 05ce97f3c7
    PR template: fix typo Joel Martin 2024-08-27 15:06:55 -0500
  • 6deaeb268f Add PR template. New impl checklist in template and FAQ Joel Martin 2024-08-27 14:55:19 -0500
  • f6543203f3 perl: backport all recent style changes from stepA to previous steps Nicolas Boulenguez 2023-04-18 19:42:58 +0200
  • c4b281ded4 perl: capitalize the modules Nicolas Boulenguez 2023-04-18 19:00:50 +0200
  • a203e48e15 perl: use perl conventions for env.pm Nicolas Boulenguez 2023-04-18 18:51:01 +0200
  • f38058cecb perl: replace package variables for nil true false with functions Nicolas Boulenguez 2023-04-18 18:38:30 +0200
  • 4c09307c31 perl: remove some hacks for sequence and hash functions Nicolas Boulenguez 2023-04-17 14:04:58 +0200
  • 1e1e020853 perl: remove obsolete clone method for atoms Nicolas Boulenguez 2023-04-18 18:01:36 +0200
  • d8fb43d515 perl: search for special forms with a hashed jump Nicolas Boulenguez 2024-08-27 19:43:09 +0200
  • 9a9f737b9a perl: rewrite the reader Nicolas Boulenguez 2023-04-18 16:59:54 +0200
  • 2d1bc7ec55 perl: remove experimental given/when statement Nicolas Boulenguez 2023-04-10 17:56:28 +0200
  • 7d8fe61048 perl: more cosmetic style changes Nicolas Boulenguez 2023-04-18 16:39:48 +0200
  • e1d842dd57 perl: fix perl-critic issues with severity 1 Nicolas Boulenguez 2023-04-10 16:02:46 +0200
  • beb41a6510 perl: fix perl-critic issues with severity 2 Nicolas Boulenguez 2023-04-10 15:11:14 +0200
  • 89869e1480 perl: fix perl-critic issues with severity 3 Nicolas Boulenguez 2023-04-10 12:14:02 +0200
  • 7771b2097b perl: fix perl-critic issues with severity 4 Nicolas Boulenguez 2023-04-10 03:47:38 +0200
  • 1bc4420b3d perl: add shebang to scripts Nicolas Boulenguez 2023-04-08 00:41:02 +0200
  • e0c8b3e75c perl: clarify package imports Nicolas Boulenguez 2023-04-17 15:53:16 +0200
  • 262b525de1 perl: fix perl-critic issues with severity 5 Nicolas Boulenguez 2023-04-10 00:34:18 +0200
  • 9c2aed0c20 perl: reformat sources with perltidy Nicolas Boulenguez 2023-04-18 08:47:06 +0200
  • cfac1201a7 perl: add lint target to Makefile Nicolas Boulenguez 2024-08-27 19:38:54 +0200
  • 55495852b4 mal: implement DBGEVAL without assuming that a: is a valid symbol Nicolas Boulenguez 2023-04-10 18:41:02 +0200
  • 182313ecea mal: implement DBGEVAL without assuming that a: is a valid symbol Nicolas Boulenguez 2023-04-10 18:41:02 +0200
  • 795c52be15 use IO, refactor step 9, A Loredana Cirstea 2024-08-27 18:55:39 +0200
  • aa59b20967 use IO, refactor step 8 Loredana Cirstea 2024-08-27 17:58:24 +0200
  • ffe0ba68b7 use IO, refactor step 7 Loredana Cirstea 2024-08-27 17:38:36 +0200
  • 99f8b02d68 objc: prevent defmacro! from mutating its argument Nicolas Boulenguez 2024-08-27 12:13:21 +0200
  • 55c28a799f objc: fix (keyword :a) Nicolas Boulenguez 2024-08-27 12:10:42 +0200
  • 35166947f0 objc: print *host-language* when interactive Nicolas Boulenguez 2024-08-27 11:48:19 +0200
  • 4e7b6176de objc: remove the now unneeded env.find method Nicolas Boulenguez 2024-08-27 11:30:26 +0200
  • 59775ee9b7 objc: implement DEBUG-EVAL Nicolas Boulenguez 2024-08-27 15:27:12 +0200
  • ad164bfb09 objc: merge eval_ast into EVAL Nicolas Boulenguez 2024-08-27 11:30:26 +0200
  • dc1939cde6 objc: prevent defmacro! from mutating its argument Nicolas Boulenguez 2024-08-27 12:13:21 +0200
  • 0f6f93c922 objc: fix (keyword :a) Nicolas Boulenguez 2024-08-27 12:10:42 +0200
  • aedc955405 objc: print *host-language* when interactive Nicolas Boulenguez 2024-08-27 11:48:19 +0200
  • 98490120e1 objc: remove the now unneeded env.find method Nicolas Boulenguez 2024-08-27 11:30:26 +0200
  • 0a43d29fde objc: implement DEBUG-EVAL Nicolas Boulenguez 2024-08-27 15:27:12 +0200
  • 34a5ede71b objc: merge eval_ast into EVAL Nicolas Boulenguez 2024-08-27 11:30:26 +0200
  • 2720ed69a3 IO refactor: step6 Loredana Cirstea 2024-08-27 02:04:00 +0200
  • 1c5c2d514c IO refactor: step 5 Loredana Cirstea 2024-08-27 01:28:57 +0200
  • 497c135d7f use IO, refactor step 4 Loredana Cirstea 2024-08-27 01:25:14 +0200
  • 707cc911cb use IO, refactor step 3 Loredana Cirstea 2024-08-27 00:31:36 +0200
  • 4115533eb8 use IO, refactor step2 Loredana Cirstea 2024-08-26 23:52:52 +0200
  • 3e48bef7bc use IO Loredana Cirstea 2024-08-26 23:08:19 +0200
  • a326937f0c replace Except with IO Loredana Cirstea 2024-08-26 21:56:48 +0200
  • ed09a9de4e lean: cli args & main loop changes Loredana Cirstea 2024-08-26 21:41:51 +0200