SCOM Input

24 views
Skip to first unread message

ole

unread,
Aug 18, 2013, 3:07:39 PM8/18/13
to symbolic...@googlegroups.com
Hi,

I'am curious if this list is still active..?
I want to input words or even better whole sentences in syllables into SCOM and want them to become single symbols, like e.g.: "Bun te Tu ben" should become (b u n t e t u b e n)..

Any suggestion how to do that?

thanks

ole










www.oleschmidt.de



pstone imap

unread,
Aug 19, 2013, 9:22:40 AM8/19/13
to symbolic...@googlegroups.com
use (open-sequence '(Bun te Tu ben))

btw, SCOM 7 coming with some awesome features, stay tuned :-)

Peter
> --
> You received this message because you are subscribed to the Google Groups "Symbolic Composer" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to symboliccompos...@googlegroups.com.
> To post to this group, send email to symbolic...@googlegroups.com.
> Visit this group at http://groups.google.com/group/symboliccomposer.
> For more options, visit https://groups.google.com/groups/opt_out.

ole

unread,
Aug 20, 2013, 5:27:22 AM8/20/13
to symbolic...@googlegroups.com
(symbol-remove '(x) '(a b c x d e))
-->(a b c x d e) should be (a b c d e)??

Do I miss something obvious? The example works as expected:

(symbol-remove '(a c e) '(ab cd ef))
--> (b d f)


Thanks!

ole

ole

unread,
Aug 20, 2013, 6:36:34 AM8/20/13
to symbolic...@googlegroups.com
ok, I found out that remove will do the trick
but why is symbol-remove not working??

pstone imap

unread,
Aug 20, 2013, 6:47:56 AM8/20/13
to symbolic...@googlegroups.com
Symbol-remove works ok. It deals with sequential patterns, to subtract one from the other.

Use general lisp function remove or delete to delete occurrences of explicit symbols.

Peter

ole

unread,
Aug 20, 2013, 12:30:19 PM8/20/13
to symbolic...@googlegroups.com
thanks for the explanations!
Reply all
Reply to author
Forward
0 new messages