Module alisp_stdlib
Function Index
'*'/1 | |
'+'/1 | |
'-'/1 | |
'='/1 | |
'remove-if'/1 | |
'remove-if-not'/1 | |
append/1 | |
binaryp/1 | |
car/1 | |
cdr/1 | |
cons/1 | |
floatp/1 | |
identity/1 | |
integerp/1 | |
last/1 | |
list/1 | |
listp/1 | |
mapcar/1 | |
numberp/1 | |
pidp/1 | |
print/1 | |
refp/1 | |
tuple/1 | |
tuplep/1 |
Function Details
‘*’/1
*(L) -> any()
‘+’/1
+(L) -> any()
‘-‘/1
-(T) -> any()
‘=’/1
=(T) -> any()
‘remove-if’/1
remove-if(X1) -> any()
‘remove-if-not’/1
remove-if-not(X1) -> any()
append/1
append(X1) -> any()
binaryp/1
binaryp(X1) -> any()
car/1
car(X1) -> any()
cdr/1
cdr(X1) -> any()
cons/1
cons(X1) -> any()
floatp/1
floatp(X1) -> any()
identity/1
identity(X1) -> any()
integerp/1
integerp(X1) -> any()
last/1
last(X1) -> any()
list/1
list(List) -> any()
listp/1
listp(X1) -> any()
mapcar/1
mapcar(X1) -> any()
numberp/1
numberp(X1) -> any()
pidp/1
pidp(X1) -> any()
print/1
print(X1) -> any()
refp/1
refp(X1) -> any()
tuple/1
tuple(List) -> any()
tuplep/1
tuplep(X1) -> any()