{"id":20537971,"url":"https://github.com/dmjio/julio","last_synced_at":"2025-04-14T07:43:00.689Z","repository":{"id":146242285,"uuid":"156651485","full_name":"dmjio/Julio","owner":"dmjio","description":"Julia embedded in Haskell","archived":false,"fork":false,"pushed_at":"2024-12-14T01:02:29.000Z","size":7,"stargazers_count":53,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-27T21:23:14.313Z","etag":null,"topics":["haskell","julia"],"latest_commit_sha":null,"homepage":"","language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dmjio.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-11-08T04:46:48.000Z","updated_at":"2024-12-14T01:02:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"506dc7b6-9319-4da1-863b-4697d29e7ff4","html_url":"https://github.com/dmjio/Julio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmjio%2FJulio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmjio%2FJulio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmjio%2FJulio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmjio%2FJulio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmjio","download_url":"https://codeload.github.com/dmjio/Julio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248842615,"owners_count":21170393,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["haskell","julia"],"created_at":"2024-11-16T00:43:44.200Z","updated_at":"2025-04-14T07:43:00.666Z","avatar_url":"https://github.com/dmjio.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"Julio\n=====================\n\nAn example of [Julia](https://julialang.org/) embedded in [Haskell](https://haskell.org).\n\nPer the instructions on Julia's website [on embedding](https://docs.julialang.org/en/v0.6.2/manual/embedding/).\n\n## DSL\n```haskell\n{-# LANGUAGE OverloadedStrings #-}\nmodule Main where\n\nimport Julia\n\nmain :: IO ()\nmain = do\n  juliaInit\n  evalJulia \"print(sqrt(2.0))\"\n  exitJulia\n```\n\n## Build\n```bash\nnix-build\n```\n\n## Run\n```haskell\n-- [nix-shell:~/Desktop/julio]$ ./result/bin/main\n-- 1.4142135623730951\n```\n\n## Reference\n\n\u003e [\"Julio, get the stretch\"](https://www.youtube.com/watch?v=eb3hoJ-CLJ8)\n- Bruno Mars\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmjio%2Fjulio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmjio%2Fjulio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmjio%2Fjulio/lists"}