> On Jun 27, 2019, at 6:18 AM, Amir Teymuri <ateymur...@gmail.com> wrote:
> 
> 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? 

Yes, from the functional perspective of a programmer. It it matters, you may 
wish to measure the speed of make-object over new.  

-- 
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/EA3E178D-AA39-4F06-9746-460370A6AEA2%40felleisen.org.
For more options, visit https://groups.google.com/d/optout.

Reply via email to