. self running: 'Compiler tests' self nativeLanguage ~= #py or: [ Object compiler encoder isKindOf: PythonEncoder ] self nativeLanguage ~= #jl or: [ Object compiler encoder isKindOf: JuliaEncoder ] Object compiler encoder isKindOf: S8Encoder #3+4 doIt = 7 #3+4=7 doIt '#(1 2 3 4)' doIt = #(1 2 3 4)