# sLisp **Repository Path**: GeekLeague/sLisp ## Basic Information - **Project Name**: sLisp - **Description**: A lisp interpreter based on C#(.net core), probably there would be a Java version or CPP version later. It should be developed with Python since it would be a lot easier but I don't want to use such stupid language without static type system! - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sLisp #### Description A lisp interpreter based on C#(.net core), probably there would be a Java version or CPP version later. It should be developed with Python since it would be a lot easier but I don't want to use such stupid language without static type system! #### Software Architecture dotnet Core 3.1 or above #### Build Just type in `dotnet build` to build the project or `dotnet run` to run it. If you are using VSCode, F5 should also work