Skip to content
Discussion options

You must be logged in to vote

Hi

  1. IronScheme is aimed towards .NET compat and not really speed. If you want speed, look at Chez.
  2. It might be possible, but that is something you would have to do yourself.
  3. This is possible with the interaction environment, but not really modifiable, you would have to 'rebind' all the code to have the modifiable effect. EG you cant just redefine a used proc and have the behavior change.
  4. Source-level kinda works, but the .NET debugger is not very friendly for expression level stepping. It favours line/statement level stepping. I dont know if it works in VSCode, but works in VS. I dont really use it that often, but did when writing the VS extension ( https://github.com/IronScheme/IronSchem…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@godotdot
Comment options

Answer selected by godotdot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants