Stenway / RSV-Challenge

RSV = Rows of String Values
https://www.stenway.com
Other
89 stars 15 forks source link

Add a Guile implementation? #5

Closed kakafarm closed 10 months ago

kakafarm commented 10 months ago

Not very well tested, but here is a version.

Stenway commented 10 months ago

Hi there, thank you very much for your contribution. Could you use the test example which the other implementations use? https://github.com/Stenway/RSV-Challenge/blob/main/Python/rsv.py#L186

rows = [
  ["Hello", "🌎", None, ""],
  ["A\0B\nC", "Test 𝄞"],
  [],
  [""]
]

This is always a good first test, besides the test file folder: https://github.com/Stenway/RSV-Challenge/tree/main/TestFiles

And maybe you could rename poop.rsv to Test.rsv :-)

Thanks a lot and cheers Stefan

kakafarm commented 10 months ago

Will do!

On Wed, 10 Jan 2024 at 19:03, Stenway @.***> wrote:

Hi there, thank you very much for your contribution. Could you use the test example which the other implementations use? https://github.com/Stenway/RSV-Challenge/blob/main/Python/rsv.py#L186

rows = [ ["Hello", "🌎", None, ""], ["A\0B\nC", "Test 𝄞"], [], [""] ]

This is always a good first test, besides the test file folder: https://github.com/Stenway/RSV-Challenge/tree/main/TestFiles

And maybe you could rename poop.rsv to Test.rsv :-)

Thanks a lot and cheers Stefan

— Reply to this email directly, view it on GitHub https://github.com/Stenway/RSV-Challenge/pull/5#issuecomment-1885247689, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABH646L2PWYMTTKSKGRNEH3YN3CW3AVCNFSM6AAAAABBRMQDQOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBVGI2DONRYHE . You are receiving this because you authored the thread.Message ID: @.***>