You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently vicr could be used to run with other compilers/interpreters. But we want to simplify the process of changing it, so new command line option should be introduced:
vicr -p rb
vicr --profile js
Profile will keep settings for other compilers, so it will be easier to run a vicr session for other programming languages...
Profiles for most usable compilers/interpreters should be predefined.
Also give possibility to set default profile via settings files.
The text was updated successfully, but these errors were encountered:
Currently vicr could be used to run with other compilers/interpreters. But we want to simplify the process of changing it, so new command line option should be introduced:
Profile will keep settings for other compilers, so it will be easier to run a vicr session for other programming languages...
Profiles for most usable compilers/interpreters should be predefined.
Also give possibility to set default profile via settings files.
The text was updated successfully, but these errors were encountered: