laurent.orseau
2020-4-5 13:36:22

well that’s obvious, it’s the median!


laurent.orseau
2020-4-5 13:36:28

( :stuck_out_tongue: )


sorawee
2020-4-5 15:55:14

One of my friends used to complain to me about how the docs for define-syntax-rule asks him to read the docs for syntax-rules, and the docs for syntax-rules asks him to read the docs for syntax-case.


greg
2020-4-5 16:05:22

@sorawee I think the docs are reasonably good if you manage to get to this page in the Guide https://docs.racket-lang.org/guide/pattern-macros.html#%28part._define-syntax_and_syntax-rules%29.


greg
2020-4-5 16:05:28

sorawee
2020-4-5 16:05:40

Totally agreed!


greg
2020-4-5 16:06:10

Maybe more of those Reference items could/should get margin-note links to the Guide.


greg
2020-4-5 16:06:56

Having a Guide vs Reference division is very helpful but there is a downside, too.


greg
2020-4-5 16:07:59

Manually adding margin-notes to every possible Reference item is pretty error-prone and tedious. I wonder if there could be a way to do the reverse — when writing a Guide topic, provide a list of identifiers that would automatically get margin-notes back to the Guide topic.


greg
2020-4-5 16:08:20

waves hands vaguely


chris613
2020-4-5 17:32:16

@popa.bogdanp Deta question if i may …. i may have missed it, but does deta have a way of expressing relationships ?


soegaard2
2020-4-5 17:47:05

soegaard2
2020-4-5 17:47:29

The issue contains an example.


steveh2009
2020-4-5 18:16:22

Are there any major problems in trying to port a PLT Scheme package, circa 2004 when the filenames ended in .ss, into a Racket 7.6 code base?


soegaard2
2020-4-5 18:17:22

Not usually. A little work is needed iIf set-car! and set-cdr! are used.


soegaard2
2020-4-5 18:18:45

Is it a publically available package?


steveh2009
2020-4-5 18:20:17

I dug up Pedro Pinto’s integration of .net 1.1 in PLT Scheme 209 and it seems (to me) to be of great value to try and get working with Racket and thw .net 4.x framework.


soegaard2
2020-4-5 18:21:25

I guess it complicates things that .net has evolved too.


chris613
2020-4-5 18:22:08

thanks :smile:


samth
2020-4-5 19:27:56

I expect that .net changes are much more work to deal with than Racket changes.


wanpeebaw
2020-4-6 01:55:43

Hello there, I’m reading “The Racket Guide” online and I have a little suggestion that if you can make the code easier to copy, it will be much easier for beginners to go through. :slightly_smiling_face:

For example, just like Wolfram Language’s tutorial, if you hover your mouse over a code snippet, it will appear a little bubble. If you click that bubble, it copies the code to the clipboard. https://www.wolfram.com/language/fast-introduction-for-programmers/en/interactive-usage/