Skip to content

Instantly share code, notes, and snippets.

@serialhex
Created September 30, 2016 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save serialhex/dd2c45cc1bb69207f8fac9752aedcd8f to your computer and use it in GitHub Desktop.
Save serialhex/dd2c45cc1bb69207f8fac9752aedcd8f to your computer and use it in GitHub Desktop.

# Change the definition of CCL_DEFAULT_DIRECTORY below to refer to
# your Clozure CL installation directory. The lisp will use this
# environment variable to set up translations for the CCL: logical
# host.
# Any definition of CCL_DEFAULT_DIRECTORY already present in the
# environment takes precedence over definition made below.
if( ! $CCL_Default_Directory ) {
$CCL_Default_Directory="C:\Users\Owner\bin\ccl\"
}
# There is only one logical kernel to use, so we're using that.
# Change if you have specific requirements/reasons.
$OpenMCL_Kernel="wx86cl64.exe"
Invoke-Expression -Command "$CCL_Default_Directory\$OpenMCL_Kernel $args"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment