<div dir="ltr"><div><div>Hi list. Is there any way to make Gambit repl read for instance [1 2 3 4 5] and turn it into a vector #(1 2 3 4 5) and also everything into brackets {x: 2 y: 4} into a hash table ?<br><br></div>Another question: Is there any module system implementation for gambit that can import packages like Python, import sys or a clojure-like module system ? <br><br></div><div>Example Clojure-like module system:<br></div><div><b><br></b></div><div><b>file: namespace.ss</b><br><br>---------------------------------<br><br></div><div>(ns namespace)<br></div><div><br>(define (fun1 ....)<br></div><div><br></div><div>(define (fun2 x y z) ...)<br><br>---------------------------------<br><br></div><div>and then in the repl: <br><br></div><div>(require 'namespace)<br><br></div><div>(namespace/fun1 2 4 5)<br></div><div><br></div>Thanks in advance.<br><div><br><br></div></div>