Standard Library/Overview
Jump to navigation
Jump to search
Overview | android | break | colib | compare | coutil | dates | debug | dir | dll | files | jade | jal | stdlib | strings | sysenv | text | unxlib
This page is woefully stale. Many of these files do not exist. The content of jpath'~system' needs documentation, but this page does not adequately serve that need. Hack and slash time, probably...
This documents the standard library that is loaded by default in J9.
The definitions are in script system/main/stdlib.ijs in the J distribution. This in turn is built from several source scripts, as below. These scripts are in the base9 git repository, mostly under the main directory.
Scripts
android.ijs | android utilities |
break.ijs | break utilities |
colib.ijs | class/object library |
compare.ijs | comparison utilities |
coutil.ijs | class/object utilities |
dates.ijs | date and time utilities |
debug.ijs | debug utilities |
dir.ijs | directory utilities |
dll.ijs | utilities for calling DLLs |
files.ijs | file utilities |
jade.ijs | J session utilities |
jal.ijs | jal utilities |
stdlib.ijs | core utilities |
strings.ijs | string utilities |
sysenv.ijs | system environment utilities |
text.ijs | text utilities |
unxlib.ijs | common shared library for UNIX |