ra’s avatarra’s Twitter Archive—№ 35,150

  1. …in reply to @CursiveIDE
    @CursiveIDE this is exactly my thinking. (String. "Hello") expands to (new String "Hello") which is a special form for constructor. I don't think you need the dot or the new.