• Hot code replacement in Ruby as in Smalltalk?

    From Archibald Haddock@21:1/5 to All on Thu Aug 18 07:31:09 2022
    Hello,

    as a former Smalltalk developer I got Ruby on my radar, because it is conceptually close to good old Smalltalk.

    In Smalltalk you can change any piece of code without restarting the application and the change becomes immediately effective in the application. My question is whether something similar exists for Rub?

    In Java there is so-called hot code replacement which is similar to what you can do in Smalltalk with the difference that hot code replacement in Java only works in few cases.

    Thanks, Haddock

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From J Sachwani@21:1/5 to ffm...@web.de on Thu Feb 2 10:41:33 2023
    On Thursday, August 18, 2022 at 8:01:13 PM UTC+5:30, ffm...@web.de wrote:
    Hello,

    as a former Smalltalk developer I got Ruby on my radar, because it is conceptually close to good old Smalltalk.

    In Smalltalk you can change any piece of code without restarting the application and the change becomes immediately effective in the application. My question is whether something similar exists for Rub?

    In Java there is so-called hot code replacement which is similar to what you can do in Smalltalk with the difference that hot code replacement in Java only works in few cases.

    Thanks, Haddock
    Could use Vite Ruby here -> https://vite-ruby.netlify.app/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)