NL2024_09_06
TuesdayZoom 2 _at
Tue.Aug,20240910.1000-6
1
  • 4th.CoSy
  • Planetary Temperature
  • Daily Blog
  • CoSy/Life ; CoSy/Liberty
  •   
    © Bob Armstrong
    Email me to be added to this CoSy list
    Email to be removed  
    Discussion Page Click the title above to read online

    Evolved over decades
     
    Learn about the only language which spans from the chip in Forth to Array Mathematics ( eg: accounting , AI , voxel modeling )
     simplified from APL/K ,
    in an Everyday Business oriented ` Daytimer interface

    CoSy Tuesday Zoom 2
    Tue.Sep,20240910.1000-6 ( 10 am , MDT )
    LINK to Recorded Zoom

    Following up on some discussion on LinkedIn about memory management I plan to go thru CoSy's reference counted memory management vocabulary . 
    I would be very interested to learn from people familiar with other memory management & garbage collection schemes details of how they work .
    | 20240908.1250 |
    See extended discussion on the FaceBook Invitation of these memory management designs .
     See and comment on Tekydome post .

    Links to previous :
    NL2024_08_23 § NL2024_08
    Check out   Tekydome and subscribe for CoSy language related posts & to reply & post your own
    Gary Hoover in American Business History :
    The  Simple Key to Breakthrough Innovation :
     
    " Yet history indicates that the vast majority of breakthroughs
     come from one very simple idea:
    combining two things that no one has previously connected. "

    The highest value use is logging one's path & managing one's business

    This month's byte ` o code
    Extreme Simplicity
    Extreme Capability

    your intelligent diary in
     if you can think it , it's done language
    Stéphane Dalbera posted a simple algorithm for testing whether a number is a power of 2 :
    (𝐧 & (𝐧 - 𝟏)) == 𝟎 𝐚𝐧𝐝 𝐧 > 𝟎 who will be true only if 𝐧 is a power of two .
    Here it is a raw Forth definition ,
    : Po2 ( i -- b ) dup dup 1- and not swap 0 <> and ;
    | Brilliant by Helmar Wodtke replying on FB :
    : Po2  DUP DUP 1- XOR < ;
    And at the CoSy level applying it to a list :
      9 _iota .+ { >_ Po2 _i  } 'm ,/ M>I ,L
    (
     0 1 2 3 4 5 6 7 8
     0 1 1 0 1 0 0 0 1
     )

    See Tekydome for disqus .

    αlpha First Adopters Special Deal
    Purchase of αlpha_support is Prerequisite for any joint projects
    Email me directly for more information and to arrange personal Zoom .
    However , Tekys : Much needs to evolve in CoSy , particularly interfacing with the Web . Some of these are probably weekend tasks if you know what you are doing . But they are worth equity in CoSy for useful solutions . Drop me an em if you'd like to be included in teky only Zooms .
    >>> Email me , Bob Armstrong <<<

      | Free & Open
    Code |

    20240906.1452 | BobA |

       
    Whole CoSy
    Locations of visitors to this page
    CoSy
    I reserve the right to post all communications I receive or generate to CoSy website for further reflection .
    Contact : Bob Armstrong ; About this page : Feedback ; 719-337-2733
    Coherent Systems / 28124 Highway 67 / Woodland Park , Colorado / 80863-9711 
    /\ /\ Top /\ /\