pelemay icon indicating copy to clipboard operation
pelemay copied to clipboard

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

Open hisaway opened this issue 4 years ago • 1 comments

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 avatar Nov 18 '19 16:11 hisaway

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 avatar Feb 07 '20 06:02 zacky1972