{"id":23029735,"url":"https://github.com/antononcube/raku-mathematica-serializer","last_synced_at":"2025-07-23T13:32:58.934Z","repository":{"id":71383781,"uuid":"436385945","full_name":"antononcube/Raku-Mathematica-Serializer","owner":"antononcube","description":"Raku package for serialization of Raku objects and expressions to Mathematica expressions.","archived":false,"fork":false,"pushed_at":"2022-12-04T20:22:54.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-02T20:33:12.053Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Raku","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"artistic-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/antononcube.png","metadata":{"files":{"readme":"README-work.md","changelog":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-08T20:41:10.000Z","updated_at":"2023-03-30T17:30:29.000Z","dependencies_parsed_at":"2023-02-28T16:31:05.997Z","dependency_job_id":null,"html_url":"https://github.com/antononcube/Raku-Mathematica-Serializer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/antononcube/Raku-Mathematica-Serializer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antononcube%2FRaku-Mathematica-Serializer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antononcube%2FRaku-Mathematica-Serializer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antononcube%2FRaku-Mathematica-Serializer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antononcube%2FRaku-Mathematica-Serializer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antononcube","download_url":"https://codeload.github.com/antononcube/Raku-Mathematica-Serializer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antononcube%2FRaku-Mathematica-Serializer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266689015,"owners_count":23969140,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-12-15T14:16:58.360Z","updated_at":"2025-07-23T13:32:58.901Z","avatar_url":"https://github.com/antononcube.png","language":"Raku","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raku-Mathematica-Serializer\n\nRaku package for serialization of Raku objects and expressions to Mathematica expressions.\n\n**Remark:** Mathematica is also known as Wolfram Language (WL). Mathematica and WL are used as synonyms below.\n\n## Usage examples\n\nHere we convert an array of pairs into a WL expression.\n```perl6\nuse Mathematica::Serializer;\nencode-to-wl([ \"a\" =\u003e 23, \"karma\" =\u003e 'interest', \"instance\" =\u003e 1/3, \"ary\" =\u003e Whatever, \"condo\" =\u003e Nil]):!encoded-head;\n```\n\nHere is a list of date-time objects:\n\n```perl6\nmy @dts = (DateTime.new(2022,1,1,2,9,0), DateTime.new(2022,1,1,11,35,0), DateTime.new(2022,1,1,11,36,0)).Seq;\n```\n\nHere we convert that list into a Mathematica expression:\n\n```perl6\n@dts ==\u003e encode-to-wl\n```\n\n-------\n\n## References\n\n### Articles\n\n[AA1] Anton Antonov,\n[\"Connecting Mathematica and Raku\"](https://rakuforprediction.wordpress.com/2021/12/30/connecting-mathematica-and-raku/),\n(2021),\n[RakuForPrediction at WordPress]([https://rakuforprediction.wordpress.com/).\n\n### Packages\n\n[AAp1] Anton Antonov\n[Text::CodeProcessing Raku package](https://github.com/antononcube/Raku-Text-CodeProcessing),\n(2021-2022),\n[GitHub/antononcube](https://github.com/antononcube).\n\n[AAp2] Anton Antonov\n[Mathematica-Grammar Raku package](https://github.com/antononcube/Raku-Mathematica-Grammar),\n(2021-2022),\n[GitHub/antononcube](https://github.com/antononcube).\n\n[AAp3] Anton Antonov,\n[RakuMode Mathematica package](https://github.com/antononcube/ConversationalAgents/blob/master/Packages/WL/RakuMode.m),\n(2020-2021),\n[ConversationalAgents at GitHub/antononcube](https://github.com/antononcube/ConversationalAgents).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantononcube%2Fraku-mathematica-serializer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantononcube%2Fraku-mathematica-serializer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantononcube%2Fraku-mathematica-serializer/lists"}