Giter VIP home page Giter VIP logo

Comments (2)

foretspaisibles avatar foretspaisibles commented on June 21, 2024

Using Toploop.execute_phrase to initialise the toplevel from the
function assigned to Toploop.toplevel_startup_hook does not work, it
seems that the environment is reset when exiting the hook. Here is an
example illustrating this behaviour:

let execute_toplevel_phrase s =
  let phrase =
    !Toploop.parse_toplevel_phrase (Lexing.from_string s)
  in
  if Toploop.execute_phrase true Format.std_formatter phrase then
    ()
  else
    failwith "execute_toplevel_phrase"

let bootstrap () =
  execute_toplevel_phrase "let zero = 0;;"

let _ =
  Toploop.toplevel_startup_hook := bootstrap

While the initialisation routine echoes a val zero : int = 0
message, using zero results in an error indicating that zero is
unbound. But in the toplevel, using the command bootstrap() results
in zero being bound to 0 as expected.

We therefore may choose to rely exclusively on initialisation files to configure the toplevel adequately. We need to initialise correctly the toplevel, wether it is used in without being installed or being installed.

from bsdowl.

foretspaisibles avatar foretspaisibles commented on June 21, 2024

The best way to provide this functionality is to prepare a corresponding initialisation file and ensuring it is read at starting time. To ease this, a target display-developer-dirs has been added to the ocaml.toplevel.mk file in 9c85461.

from bsdowl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.