Coder Social home page Coder Social logo

Comments (4)

 avatar commented on May 27, 2024

This would simply be a matter of interpreting the character encoding for a numeric representation yes?
What route did you end up taking?

from functional-fortran.

milancurcic avatar milancurcic commented on May 27, 2024

I don't think encoding is needed at all. I think the key to reusing existing implementations for numeric types, most of them operating on 1-d arrays, is to convert a string to an array of 1-character elements. I did this with transformation functions arrstr and strarr (see https://github.com/wavebitscientific/functional-fortran/tree/feature/support-strings). Only head_char and init_char implemented so far. To be honest, I had forgotten I started this as I ended up not needing it in my work. But it'd be nice to wrap it up, so thank you for the reminder! :)

from functional-fortran.

milancurcic avatar milancurcic commented on May 27, 2024

A few seconds after I hit comment I understood what you meant by character to numeric encoding. Yes, this may be an even easier approach than converting strings to arrays of single chars.

from functional-fortran.

milancurcic avatar milancurcic commented on May 27, 2024

These functions are now compatible with character strings in the feature/support-strings branch: empty, head, init, insert, last, reverse, set, sort, tail, and union.

from functional-fortran.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.