refaktor / rye

homoiconic dynamic programming language with some new ideas
https://ryelang.org
Apache License 2.0
406 stars 21 forks source link

The HTTP examples on the main page don't work as expected ( invalid word ) #300

Closed SebastianMpl closed 1 month ago

SebastianMpl commented 1 month ago

Hi there, Just downloaded the latest 0.0.21 binary for Linux x64 and playing with the language. I found that examples about HTTP on the main Rye page doesn't work (I tried only serving time). The reason is that it uses new_server word which I found should be replaced by http-server.

Could you please check it?

Thank you,

refaktor commented 1 month ago

Hi, thank you. You are correct. We removed the "new-" convention and renamed new-server to http-server. I fixed the examples on github and on the front page of the website.