{"id":16716067,"url":"https://github.com/vzarytovskii/interactive-ilkernel","last_synced_at":"2025-04-10T06:32:58.655Z","repository":{"id":38819903,"uuid":"434678123","full_name":"vzarytovskii/interactive-ilkernel","owner":"vzarytovskii","description":"IL Kernel for .NET Interactive","archived":false,"fork":false,"pushed_at":"2023-02-27T11:07:49.000Z","size":22,"stargazers_count":16,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T07:39:11.921Z","etag":null,"topics":["cil","dotnet","dotnet-core","dotnet-interactive","msil"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vzarytovskii.png","metadata":{"files":{"readme":"README.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-03T17:22:51.000Z","updated_at":"2023-06-27T02:38:22.000Z","dependencies_parsed_at":"2025-02-16T20:42:05.864Z","dependency_job_id":null,"html_url":"https://github.com/vzarytovskii/interactive-ilkernel","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vzarytovskii%2Finteractive-ilkernel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vzarytovskii%2Finteractive-ilkernel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vzarytovskii%2Finteractive-ilkernel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vzarytovskii%2Finteractive-ilkernel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vzarytovskii","download_url":"https://codeload.github.com/vzarytovskii/interactive-ilkernel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248168245,"owners_count":21058794,"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":["cil","dotnet","dotnet-core","dotnet-interactive","msil"],"created_at":"2024-10-12T21:11:44.178Z","updated_at":"2025-04-10T06:32:58.619Z","avatar_url":"https://github.com/vzarytovskii.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IL Kernel for .NET Interactive\n\n## Description\n\nAn experimental preview verision of [MSIL/CIL](https://en.wikipedia.org/wiki/Common_Intermediate_Language) kernel for the [.NET Interactive](https://github.com/dotnet/interactive), using [@kkokosa](https://github.com/kkokosa)'s [Mobius.ILasm](https://github.com/kkokosa/Mobius.ILasm) as an IL compiler.\n\n## Usage\n\nFirst, new kernel should be loaded into the interactive session:\n\n```csharp\n// Optional, uncomment the following line, if you need to include additional paths to reference libraries from, for example, if you're building it locally.\n// #i \"C:\\Users\\user\\Downloads\"\n#r \"nuget:DotNet.Interactive.Extensions.ILKernel,0.1.0-pre\"\n```\n\nYou should now be able to run IL, for example:\n\n```csharp\n#!il\n.assembly ConsoleApp\n{\n}\n\n.class public auto ansi abstract sealed beforefieldinit Program\n    extends System.Object\n{\n    .method public hidebysig static\n        void Main () cil managed\n    {\n        .entrypoint\n        .maxstack 8\n\n        ldstr \"Hello, world from IL!\"\n        call void[System.Console]System.Console::Write(string)\n        ret\n    }\n}\n```\n\n## Example of running code above:\n![image](https://user-images.githubusercontent.com/1260985/144867101-20dfb50f-acc8-4e5f-8f9b-dac86cdc085a.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvzarytovskii%2Finteractive-ilkernel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvzarytovskii%2Finteractive-ilkernel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvzarytovskii%2Finteractive-ilkernel/lists"}