CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

| Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

Path: gap4r8 / pkg / carat / read.g
Views: 418346
#############################################################################
##
#W  read.g                 Interface to Carat                   Franz G"ahler
##
#Y  Copyright (C) 1999-2012,  Franz G"ahler, Mathematik, Bielefeld University
##

# location of Carat binaries
BindGlobal( "CARAT_BIN_DIR", DirectoriesPackagePrograms( "carat" ) );

# directory for temporary files created by interface routines
BindGlobal( "CARAT_TMP_DIR", DirectoryTemporary() );

# low level Carat interface routines
ReadPackage( "carat", "gap/carat.gi" );

# methods for functions declared in GAP library
ReadPackage( "carat", "gap/methods.gi" );