According to the docs: 

The make-object 
> <https://docs.racket-lang.org/reference/objcreation.html#%28def._%28%28lib._racket%2Fprivate%2Fclass-internal..rkt%29._make-object%29%29>
>  
> procedure creates a new object with by-position initialization arguments, 
> the new 
> <https://docs.racket-lang.org/reference/objcreation.html#%28form._%28%28lib._racket%2Fprivate%2Fclass-internal..rkt%29._new%29%29>
>  
> form creates a new object with by-name initialization arguments
>


Is the way of arguments specification the only difference between new and 
make-object? 

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/ffd27868-3921-40d7-95e6-41cb535ff540%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to