Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supporting some functions for using libraries which were implemented by C / C ++. #86

Open
hisaway opened this issue Nov 18, 2019 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@hisaway
Copy link
Collaborator

hisaway commented Nov 18, 2019

Is your feature request related to a problem? Please describe.

I used visualization of point cloud library.
https://github.com/PointCloudLibrary/pcl
This library has been implemented by C++.

But now, we cannot apply pelemay for elixir project with pcl.

Describe the solution you'd like

Supporting the following functions:

String.replace/2
String.slice/2
String.split/2
String.to_integer/1
Enum.split/2
Enum.reduce/3
Base.encode16/1
length/1
is_bitstring/1

operator
<>

other
calling a function in Enum.map.

Describe alternatives you've considered
No idea

Additional context
None.

@hisaway hisaway added the enhancement New feature or request label Nov 18, 2019
@zacky1972 zacky1972 added this to the 0.1.0 milestone Nov 18, 2019
@zacky1972 zacky1972 modified the milestones: 0.1.0 old, 0.1.0 Feb 7, 2020
@zacky1972
Copy link
Collaborator

zacky1972 commented Feb 7, 2020

Enum.filter/2
Enum.sort/1
String.replace/2
<>

Enum.reduce/3
calling a function (only in defpelemay) in Enum.map.

String.split/2
Enum.into/2

String.slice/2
Enum.split/2
Enum.uniq_by/2
Enum.group_by/3

@zacky1972 zacky1972 removed their assignment Feb 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants