how to optain all lisp functions list?
Maybe in BLADE?
I uninstalled AutoCAD, where can I get the lisp functions list?
0    
            Comments
- 
            
Here
1 - 
            
All visual lisp / autplisp functions features work for Linux?
Until I remember visual lisp was based on VBA and COM
0 - 
            
BricsCAD LISP provides Fast-Com, which allows COM based LISP to work. the implimentation is ongoing, so you may find some visual lisp options are missing in Linux.
1 - 
            
The list of all defined functions can be obtained by (atoms-family 0)
Hint: There is a bug in BricsCAD V25, which under certain cirumstances causes all user-loaded lisp functions are set to nil.
1 
