Skip to content

Commit f896bb8

Browse files
committed
Convert Readme file to Markdown format.
1 parent e12c91b commit f896bb8

3 files changed

Lines changed: 19 additions & 11 deletions

File tree

Naggum.sln

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ngi", "ngi\ngi.csproj", "{3
2222
EndProject
2323
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Naggum.Test", "Naggum.Test\Naggum.Test.fsproj", "{38230CBD-DE3E-4470-925F-DE966E8691AA}"
2424
EndProject
25+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution items", "{F85A1ACB-4A60-46A9-856D-92A3C9B97402}"
26+
ProjectSection(SolutionItems) = preProject
27+
Readme.md = Readme.md
28+
EndProjectSection
29+
EndProject
2530
Global
2631
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2732
Debug|Any CPU = Debug|Any CPU

README

Lines changed: 0 additions & 11 deletions
This file was deleted.

Readme.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Naggum
2+
======
3+
Naggum (named in honor of [Erik Naggum][eric-naggum]) /(is|will be)/ a Lisp
4+
dialect based on Common Language Infrastructure (aka .NET Framework / Mono).
5+
6+
## Disclaimer
7+
8+
Naggum does not aims to be yet another Common Lisp or Scheme or Emacs Lisp or
9+
whatever implementation. Instead, we are trying to deliver a modern Lisp dialect
10+
that makes use of most of .Net's benefits.
11+
12+
## License
13+
14+
Naggum is licensed under the terms of MIT License.

0 commit comments

Comments
 (0)