Skip to content

Charly lang embeded inside CrystalΒ #167

Open
@faustinoaq

Description

Hi @KCreate

Would be possible to use Charly inside Crystal?

I mean:

require "charly"

puts Charly.run("2 + 2") # => 4

code = <<-CHARLY
print("hello world")
CHARLY

Charly.run(code) # => hello world

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions