Skip to content

Commit 678b4b0

Browse files
Merge #459
459: add old code compat to the readme r=haxscramper a=haxscramper This part had already been present in the readme for some time. Original version was ``` <details> <summary class="blue">Will this break my Nim code?</summary> </br> Maybe. Many experienced users will know that a lot of current code 'works' because of various hacks, or create hacks themselves to make code work. See <a href="https://github.com/nim-works/nimskull/issues/8">#8</a> and the <a href="https://github.com/nim-works/nimskull#direction">direction</a> for more on this. </details> ``` I rephrased new to an extended, "maybe, but we won't have any guarantees on that matter" Co-authored-by: haxscramper <haxscramper@gmail.com>
2 parents 57b3c17 + eae8825 commit 678b4b0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,12 @@ existing contributors are already familiar with the current code base. We chose
228228
to evolve it.
229229
</details>
230230

231+
<details>
232+
<summary class="blue">Will this break my Nim code?</summary>
233+
</br>
234+
This project aims to become a different programming language, so do not expect source code compatibility. If you want Nim then use it.
235+
</details>
236+
231237
<details>
232238
<summary class="blue">What's the rationale for this fork?</summary>
233239
</br>

0 commit comments

Comments
 (0)