Object implementation notes #109
Replies: 2 comments 3 replies
-
From Bill: |
Beta Was this translation helpful? Give feedback.
-
From Rick: C Side... pattern_tag = s7_make_c_type(s7, ""); s7_define_function(s7, "make-pattern", ffi_make_pattern, 14, 0, false, "pattern constructor”); Scheme Side... (define-record pattern flags data length datum period value state (define (%alloc-pattern) (define (initialize-pattern obj data for rep flags len dper getr mapr) [...] |
Beta Was this translation helpful? Give feedback.
-
Capturing some stuff from the CMDist list to not forget while brainstorming up object implementation for the live coding toolkit
Beta Was this translation helpful? Give feedback.
All reactions