You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+31-26
Original file line number
Diff line number
Diff line change
@@ -6,22 +6,26 @@
6
6
7
7
## Overview
8
8
9
-
> Programming languages should be designed not by piling feature on top of feature, but by removing the weaknesses and restrictions that make additional features appear necessary.
10
-
> <divalign="right">Revised<sup>7</sup> Report on the Algorithmic Language Scheme [1]</div>
9
+
> Programming languages should be designed not by piling feature on top of
10
+
> feature, but by removing the weaknesses and restrictions that make additional
11
+
> features appear necessary.
12
+
> <divalign="right">
13
+
> Revised<sup>7</sup> Report on the Algorithmic Language Scheme [1]
14
+
> </div>
11
15
12
-
Meevax is an implementation of Lisp-1 programming language, supporting subset of the [Scheme](http://www.scheme-reports.org/) (R7RS) and [SRFI](https://srfi.schemers.org/)s.
16
+
Meevax is an implementation of Lisp-1 programming language, supporting subset
17
+
of the [Scheme](http://www.scheme-reports.org/) (R7RS) and
18
+
[SRFI](https://srfi.schemers.org/)s.
13
19
14
20
### Releases
15
21
16
22
Latest release is [here](https://github.com/yamacir-kit/meevax/releases).
Copy file name to clipboardexpand all lines: configure/README.md
+30-25
Original file line number
Diff line number
Diff line change
@@ -6,22 +6,26 @@
6
6
7
7
## Overview
8
8
9
-
> Programming languages should be designed not by piling feature on top of feature, but by removing the weaknesses and restrictions that make additional features appear necessary.
10
-
> <divalign="right">Revised<sup>7</sup> Report on the Algorithmic Language Scheme [1]</div>
9
+
> Programming languages should be designed not by piling feature on top of
10
+
> feature, but by removing the weaknesses and restrictions that make additional
11
+
> features appear necessary.
12
+
> <divalign="right">
13
+
> Revised<sup>7</sup> Report on the Algorithmic Language Scheme [1]
14
+
> </div>
11
15
12
-
Meevax is an implementation of Lisp-1 programming language, supporting subset of the [Scheme](http://www.scheme-reports.org/) (R7RS) and [SRFI](https://srfi.schemers.org/)s.
16
+
Meevax is an implementation of Lisp-1 programming language, supporting subset
17
+
of the [Scheme](http://www.scheme-reports.org/) (R7RS) and
18
+
[SRFI](https://srfi.schemers.org/)s.
13
19
14
20
### Releases
15
21
16
22
Latest release is [here](https://github.com/yamacir-kit/meevax/releases).
0 commit comments