May 2, 201610 yr short question... is there (deep in the library) a function who tests if a list is in OMN-format or not? like that: (omn-test '(t gs4 f ord -e_t s f4 mf ord -w_s)) -> 't thanx for a quick answer andré
May 2, 201610 yr Here it is: (omn-formp '(e c4 e e e)) => t (omn-formp '(e s e)) => nil (omn-formp '(f f p)) => nil
May 2, 201610 yr I will make the developer documents, but at the moment we need to finish velocity additions and tuples bugs.
Create an account or sign in to comment