Skip to content

Commit 1d446d0

Browse files
committed
added session, title and co-authors
1 parent 53da2df commit 1d446d0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

FortranCon2021-string/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
#### Presenter: [Aman Godara](https://aman-godara.github.io/)
1+
# FortranCon 2021: Improving Strings Support in Fortran (GSoC Project)
22

3-
#### Title: ??
3+
__Presenter__: [Aman Godara](https://aman-godara.github.io)
44

5-
#### Abstract:
5+
__Co-Authors__: [Sebastian Ehlert](https://github.com/awvwgk), [Milan Curcic](https://github.com/milancuric)
66

7+
__Session__: Fortran-lang Mini Symposium
8+
9+
__Abstract__:
710
Aiming to provide better strings support in **Fortran** *stdlib* now has *string_type* module, which still is in its experimental phase, which defines the underlying structure of strings. Keeping in mind the unprecedented need to change the underlying structure, modules providing support for string operations (*stdlib_strings*) and list of strings (*stdlib_stringlist*) are kept separate, also allowing for parallel development.
811

912
Developers are required to ensure, irrespective of the underlying structure and sequence of operations, that the abstraction provided is intuitive, easy to understand and equips a user only with the necessary details to work with strings.

0 commit comments

Comments
 (0)