1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-30 00:40:20 +02:00
guile/module
Ian Price e57f9bc06a Reimplement JS module system primitives.
* module/language/js-il/runtime.js
  (scm_hash, scheme.HashTable): moved for bootstrapping purposes.

  (define!, cached-toplevel-box, cached-module-box, current-module,
  resolve): Reimplement primitives.

  (define!, module-local-variable, module-variable,
  %get-pre-modules-obarray, set-current-module): Reimplement builtin
  procedures.

  (make-undefined-variable): New builtin procedure.

  (scm_pre_modules_obarray, the_root_module, scm_public_lookup,
  scm_public_variable, scm_private_lookup, scm_current_module,
  scm_lookup, scm_module_ensure_local_variable, scm_module_variable,
  scm_module_define, module_system_is_booted,
  module_make_local_var_x_var, the_module, k_ensure,
  resolve_module_var, scm_post_boot_init_modules): New helper
  variables and procedures, designed to resemble C versions.

  (scheme.call): New helper procedure

  (def_guile0, def_guile_val): Reimplement helper procedure.
2017-08-14 16:52:28 +01:00
..
ice-9 Add sandboxed evaluation facility 2017-04-18 21:27:45 +02:00
language Reimplement JS module system primitives. 2017-08-14 16:52:28 +01:00
oop Add disjoint syntax object type 2017-03-28 19:23:13 +02:00
rnrs Flush when getting string from r6rs string output port 2017-03-01 14:26:11 +01:00
scripts Add `guild jslink' to bundle JS programs 2017-08-09 16:06:50 +01:00
srfi SRFI-19: Swap seconds and nanoseconds in 'current-time-monotonic'. 2017-04-22 01:01:32 +02:00
sxml Remove duplicate definitions of call/ec' and let/ec'. 2013-04-06 15:40:19 +02:00
system Bump objcode version in a compatible way 2017-04-18 21:37:36 +02:00
texinfo texinfo: Remove unnecessary (oop goops) dependency. 2017-03-01 19:28:04 +01:00
web web: add support for URI-reference 2017-05-21 13:42:29 +02:00
Makefile.am Add `guild jslink' to bundle JS programs 2017-08-09 16:06:50 +01:00
rnrs.scm Add R6RS bytevector->string, string->bytevector 2016-06-21 11:29:14 +02:00
statprof.scm Fixed bug: statprof flat display wasn't writing summary lines to port 2017-04-19 16:25:00 +02:00
texinfo.scm texinfo: fix @url{@@} parsing 2014-11-09 15:56:33 +00:00