Re: [ats-lang-users] OOP in ATS
Unleashing the potentials of types and templates
Status: Beta
Brought to you by:
ats-hwxi
From: Yuri D'E. <wa...@us...> - 2010-06-01 16:32:54
|
On Wed, 12 May 2010 23:36:57 -0400 (EDT) Hongwei Xi <hw...@cs...> wrote: > In short, the plan to support OOP in ATS directly is put on hold for > now and possibly forever. However, there are various approaches for > one to support OOP in ATS partially and/or indirectly. Is the OOP design for ATS available somewhere to read? I would be curious about the implications of it. Nevertheless, my current biggest concerns of ATS are: - concurrent GC - it's syntax I still find ATS's syntax too funky compared to *ML or Haskell. The type annotations are taxing to read throughout the code. Maybe Haskell set the bar too high for be, but I feel like ATS could use some syntactic sugar here and there. |