10 Matching Annotations
  1. May 2022
    1. They are syntactically different but semantically equivalent.

      In other words they have isomorphic function definitions as their resulting type signature is identical.

  2. May 2020
  3. Apr 2020
    1. Isomorphism itself is not purely a JavaScript thing. You can also build an isomorphic application in Dart or even use two different languages/stacks to render the same result. In fact there are many “isomorphic” applications which render a full HTML document on the server using PHP, Java or Ruby and use JavaScript and AJAX to create a rich user experience in the browser. This was the way things were done before the rise of Single Page Applications. The only real reason isomorphism is tied to JavaScript is because it’s the only language widely supported in the browser, and so at least part of the whole thing will use JavaScript. There’s no such thing as Isomorphic JavaScript, only isomorphic applications.
    2. Isomorphism in my mind simply refers to the fact that the web application can be rendered on multiple platforms (in the browser and on the server).
  4. Dec 2017
    1. Isomorphism in the context of globalization, is an idea of contemporary national societies that is addressed by the institutionalization of world models constructed and propagated through global cultural and associational processes.
  5. Sep 2016
    1. morphisms,

      From wikipedia:

      morphism: *structure preserving map from one mathematical structure to another

      structure is an aggregate thing -- about the domain not about any one object in the domain.

      In set theory, morphisms are functions; in linear algebra, linear transformations; in group theory, group homomorphisms; in topology, continuous functions

      So, in set-theory functions are structure preserving maps from a set to another.

      In linear algebra, linear transformations are structure preserving maps from ...

      In group theory, group homomorphisms are structure preserving maps from elements of the group (?) to ...

      In Topology, continuous functions are structure preserving maps from one /region/ (?) to another.

      In category theory, morphism is a broadly similar idea, but somewhat more abstract: the mathematical objects involved need not be sets, and the relationship between them may be something more general than a map.